summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/style.css b/style.css
index 9a83e04..12bbb8e 100644
--- a/style.css
+++ b/style.css
@@ -54,6 +54,7 @@ pre {
.meta {
display: flex;
+ margin: 1em 0;
flex-direction: column;
align-items: flex-end;
}
@@ -210,6 +211,7 @@ article {
background-color: #06360f;
/* aspect-ratio: 16 / 10; */
width: auto;
+ max-width: min(100%, 100vw);
padding: 0vw;
}