summaryrefslogtreecommitdiffstats
path: root/src/styles/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/main.css')
-rw-r--r--src/styles/main.css22
1 files changed, 20 insertions, 2 deletions
diff --git a/src/styles/main.css b/src/styles/main.css
index dd62b28..2994196 100644
--- a/src/styles/main.css
+++ b/src/styles/main.css
@@ -4,7 +4,7 @@
}
body {
- margin-left: 10vw;
+ margin: 0 10vw 0 10vw;
max-width: 96ch;
}
@@ -36,9 +36,27 @@ ul li {
footer {
background-color: blue;
- margin-top: 4em;
+ margin: 4em 0 4em 0;
}
footer a, footer a:hover, footer a:visited {
color: white;
}
+
+img {
+ cursor: crosshair;
+ max-width: 100%;
+}
+
+.img-container {
+ display: flex;
+ flex-direction: row;
+ width: 100%;
+}
+
+.img-item {
+}
+
+.img-item:not(:last-child) {
+ margin-right: 1em;
+}
remember that computers suck.