summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorMichael Foiani <sotech117@michaels-mbp-21.devices.brown.edu>2022-09-06 12:34:49 -0400
committerMichael Foiani <sotech117@michaels-mbp-21.devices.brown.edu>2022-09-06 12:34:49 -0400
commitc7274825b5fc28d5e82d7984db8312ef05bfad0f (patch)
treee7be0d86f1f3ad9605344368352b94ad95c9dab6 /styles.css
parentf8fbbfedaf1dd607ce04970532540f97fa148075 (diff)
pretty good build - solid beta.
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/styles.css b/styles.css
index 6cc3f3b..ed2540c 100644
--- a/styles.css
+++ b/styles.css
@@ -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;
}