summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/style.css b/style.css
index 884f9cd..8f69edd 100644
--- a/style.css
+++ b/style.css
@@ -146,12 +146,14 @@ a:hover {
color: hsl(calc(var(--contrast-hue) - 150), 100%, var(--contrast-lightness))
}
+img {
+ max-width: 100%;
+}
+
img.self-portrait {
float: right;
- margin: 0.5rem;
}
figure.project {
float: right;
- margin: 0.5rem;
} \ No newline at end of file