summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-03-22 10:11:35 +0000
committerMatthew Lemon <y@yulqen.org>2024-03-22 10:11:35 +0000
commit8264d54b10a0435241e531b8f6a7c5278eb80958 (patch)
tree5d036737e0bec8a1d6ca3108e2bad56932d66007
parent56be68ea9e2fcbfa3abe9124d423d02accd5c859 (diff)
wip
-rw-r--r--style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/style.css b/style.css
index 7f70df1..bcd0fb7 100644
--- a/style.css
+++ b/style.css
@@ -124,6 +124,9 @@ img {
.inner-grid_2 {
grid-template-columns: 1fr; /* Switch to single column layout */
}
+ .container {
+ max-width: 97%;
+ }
.cell {
padding-left: 20px;
}