diff options
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -191,7 +191,7 @@ nav { position: fixed; height: fit-content; top: 0; - width: 100%; + width: 100vw; justify-content: space-between; background-color: rgb(43,42,45,0.6); margin: 0; @@ -275,10 +275,11 @@ title area (animated text and connie's 3d model) .hide-border { position: relative; - border: solid 2px var(--primary-color); + border: solid 4px var(--primary-color); width: calc(100% - 4px); height: 100%; top: -100%; + left: -2px; margin: 0; padding: 0; } @@ -775,12 +776,13 @@ img { .video-title-wrapper { padding-left: 0; margin: 0; + max-width: 85vw; } .title-info-flex, .title { max-width: 90vw; } .pastries-wrapper { - bottom: -30px; + bottom: 5rem; } #connie-pastries { left: -50vw; @@ -799,6 +801,11 @@ img { #emails { align-items: center; } + .email { + margin-right: 0; + margin-left: 0; + word-break: break-all; + } #hamburger-box { display: block; } |