diff --git a/index.html b/index.html index 414618e..abf38cc 100644 --- a/index.html +++ b/index.html @@ -145,7 +145,7 @@ .btn-group { display: flex; gap: 1em; - flex-wrap: nowrap; + flex-wrap: wrap; justify-content: center; } .btn-groups { @@ -153,6 +153,18 @@ flex-direction: column; gap: 1em; } + .section-title { + margin: 0.5em 0 0; + font-size: 1rem; + text-transform: uppercase; + letter-spacing: 0.08em; + color: #2C2D3C; + } + .section { + display: flex; + flex-direction: column; + gap: 0.75em; + } .btn-small { display: inline-block; margin-top: 0.5em; @@ -207,6 +219,9 @@ flex-direction: column; align-items: center; } + .section-title { + text-align: center; + } .btn { width: 100%; justify-content: center; @@ -251,44 +266,89 @@