aboutsummaryrefslogtreecommitdiff
path: root/src/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.css')
-rw-r--r--src/app.css18
1 files changed, 7 insertions, 11 deletions
diff --git a/src/app.css b/src/app.css
index 62d6d2e..09ce467 100644
--- a/src/app.css
+++ b/src/app.css
@@ -26,23 +26,16 @@ html {
overflow: scroll;
overflow-x: hidden;
}
+
body {
- max-width: 58em;
+ max-width: 65.5%;
}
img {
border-radius: 5px;
}
-.highlight-image img {
- height: 20em;
- transition: 0.25s;
-}
-.highlight-image img:hover {
- height: 22.5em;
- opacity: 0.75;
-}
-.highlight-image a:hover {
+.highlighted-image a:hover {
border-bottom: none;
}
@@ -58,15 +51,18 @@ img {
#image-rack-item {
display: inline;
- padding: 10px;
+ padding: 0.75%;
}
+
#image-rack-item a:hover {
border-bottom: none;
}
+
#image-rack-item img {
width: 20%;
transition: 0.25s;
}
+
#image-rack-item img:hover {
opacity: 0.75;
width: 25%;