diff options
author | Michael Foiani <sotech117@michaels-mbp-21.devices.brown.edu> | 2022-09-06 12:34:49 -0400 |
---|---|---|
committer | Michael Foiani <sotech117@michaels-mbp-21.devices.brown.edu> | 2022-09-06 12:34:49 -0400 |
commit | c7274825b5fc28d5e82d7984db8312ef05bfad0f (patch) | |
tree | e7be0d86f1f3ad9605344368352b94ad95c9dab6 | |
parent | f8fbbfedaf1dd607ce04970532540f97fa148075 (diff) |
pretty good build - solid beta.
-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; } |