summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.css12
1 files changed, 4 insertions, 8 deletions
diff --git a/style.css b/style.css
index a666bce..671c550 100644
--- a/style.css
+++ b/style.css
@@ -37,7 +37,7 @@ html, body, #mainBod {
}
#middle {
- font-size: 2vw;
+ font-size: 2em;
width: fit-content;
background-color: black;
color: orange;
@@ -82,12 +82,8 @@ td:hover a {
height: 5vw;
}
-.middle img {
- height: 5vw;
-}
-
.middle td:hover {
- border: .25vw solid black;
+ border: 2px solid black;
background-color: orange;
}
@@ -124,11 +120,11 @@ footer video {
marquee {
margin-top: 2em;
display: block;
- height: 12vw;
+ height: 12em;
}
marquee img {
- height: 12vw;
+ height: 12em;
}
.title {