diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css index 693ddaf..798f690 100644 --- a/style.css +++ b/style.css @@ -23,7 +23,7 @@ p:active, h1:active, h2:active, h3:active, h4:active, h5:active, h6:active, li:a h1 { text-align: center; } -.multicol { +.wrapper { margin: auto; /* display: flex; */ /* flex-flow: row wrap; */ @@ -34,7 +34,7 @@ h1 { /* height: calc(100vh); */ /* gap: 3%; */ } -.multicol div { +.wrapper div { min-width: 30ex; max-width: 100ex; margin: auto; |