Mobile header and other styling fixes

This commit is contained in:
00Fjongl 2024-07-23 20:12:55 -05:00
parent 99bda10a65
commit 855810653d
2 changed files with 21 additions and 2 deletions

View file

@ -239,6 +239,7 @@ details[open] summary {
animation: fadeInAnimation ease-in-out 0.6s; animation: fadeInAnimation ease-in-out 0.6s;
animation-iteration-count: 1; animation-iteration-count: 1;
animation-fill-mode: forwards; animation-fill-mode: forwards;
overflow-x: clip;
} }
/* to change the top padding on the footer, change the 3 vw values here to the same thing */ /* to change the top padding on the footer, change the 3 vw values here to the same thing */
@ -1138,6 +1139,10 @@ iner
margin-right: auto; margin-right: auto;
} }
#header {
padding: 15px 30px;
}
.logo { .logo {
width: 25px; width: 25px;
height: 25px; height: 25px;
@ -1151,6 +1156,11 @@ iner
font-size: 11px; font-size: 11px;
} }
.new::after {
padding: 18.2px 20px;
margin-left: 6.5px;
}
.mnave { .mnave {
width: 25px; width: 25px;
height: 25px; height: 25px;
@ -1229,6 +1239,16 @@ iner
} }
} }
@media (max-width: 400px) {
#header {
padding: 15px 20px;
}
.navbar-1 {
justify-content: space-evenly;
}
}
.image-container-hero > p { .image-container-hero > p {
color: var(--nord4); color: var(--nord4);
} }

View file

@ -111,10 +111,9 @@
</div> </div>
</div> </div>
<div class="hero-grid-container home-text text-center"> <div class="hero-grid-container home-text text-center">
<div id="pr-form"> <div class="pr-form">
<input <input
type="text" type="text"
id="pr-url"
spellcheck="false" spellcheck="false"
autocomplete="off" autocomplete="off"
placeholder="Search (Ctrl+K)"/> placeholder="Search (Ctrl+K)"/>