diff --git a/index.html b/index.html index 313a7a5..c876034 100644 --- a/index.html +++ b/index.html @@ -213,7 +213,7 @@ font-size: 3rem; letter-spacing: 0.2px; font-weight: 300; - height: 100px; + height: 70px; } .fav-icon { width: 60px; @@ -368,6 +368,38 @@ background: radial-gradient(1200px 500px at 10% -10%, #143365 0%, transparent 60%), radial-gradient(900px 500px at 25% 5%, #323667 0%, transparent 10%), #091321; } + .button-row { + display: inline-block; + background: #143365; + height: 40px; + width: 100%; + vertical-align: middle; + margin: 0px 0px 10px 0px; + white-space: nowrap; + } + .nav-button img { + padding: 0px; + margin: 3px 10px 0px 0px; + display: inline-block; + width: 37px; + height: 37px; + vertical-align: middle; + } + .nav-button { + display: inline-block; + margin: 0px 0px 5px 20px; + padding: 0px 0px 0px 0px; + width: fit-content; + font-size: 1.2rem; + vertical-align: middle; + } + .nav-button-text { + display: inline-block; + color: var(--text); + font-weight: 600; + vertical-align: middle; + } +
@@ -381,11 +413,40 @@ - + +