Skip to content

Commit

Permalink
Mobile header and other styling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
00Fjongl committed Jul 24, 2024
1 parent 99bda10 commit 8558106
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
20 changes: 20 additions & 0 deletions views/assets/css/styles-1644738239.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ details[open] summary {
animation: fadeInAnimation ease-in-out 0.6s;
animation-iteration-count: 1;
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 */
Expand Down Expand Up @@ -1138,6 +1139,10 @@ iner
margin-right: auto;
}

#header {
padding: 15px 30px;
}

.logo {
width: 25px;
height: 25px;
Expand All @@ -1151,6 +1156,11 @@ iner
font-size: 11px;
}

.new::after {
padding: 18.2px 20px;
margin-left: 6.5px;
}

.mnave {
width: 25px;
height: 25px;
Expand Down Expand Up @@ -1229,6 +1239,16 @@ iner
}
}

@media (max-width: 400px) {
#header {
padding: 15px 20px;
}

.navbar-1 {
justify-content: space-evenly;
}
}

.image-container-hero > p {
color: var(--nord4);
}
Expand Down
3 changes: 1 addition & 2 deletions views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,9 @@ <h2>Free and transparent for use</h2>
</div>
</div>
<div class="hero-grid-container home-text text-center">
<div id="pr-form">
<div class="pr-form">
<input
type="text"
id="pr-url"
spellcheck="false"
autocomplete="off"
placeholder="Search (Ctrl+K)"/>
Expand Down

0 comments on commit 8558106

Please sign in to comment.