Skip to content

Commit

Permalink
Updated 11:50am
Browse files Browse the repository at this point in the history
  • Loading branch information
Jedbert committed May 8, 2024
1 parent 15494e0 commit 70c5616
Showing 1 changed file with 22 additions and 12 deletions.
34 changes: 22 additions & 12 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,21 @@ html {
overflow-x: hidden;
}

@media (min-width: 144px) and (max-width: 1400px) {
html {
overflow-x: hidden;
}
}

.wrapper-main {
width: 100%;
margin: 0 auto;
/* padding-top: 80rem; */
}

@media (min-width: 576px) and (max-width: 576px) {
@media (min-width: 144px) and (max-width: 1400px) {
.wrapper-main {
padding-top: 20em;
margin-top: 2.0em;
}
}

Expand Down Expand Up @@ -47,9 +53,12 @@ header {
padding-top: 0;
}

@media (min-width: 576px) and (max-width: 576px) {
@media (min-width: 144px) and (max-width: 1400px) {
.header-image {
height: 50vh;
height: auto;
width: 100%;
object-fit: cover;
position: relative;
}
}

Expand All @@ -69,10 +78,10 @@ header {
z-index: 1000;
}

@media (min-width: 576px) and (max-width: 576px) {
@media (min-width: 144px) and (max-width: 1400px) {
header {
font-size: 0.8em;
height: 2.5rem;
height: auto;
}

.header-text {
Expand Down Expand Up @@ -110,7 +119,7 @@ header {
}
}

@media (min-width: 576px) and (max-width: 576px) {
@media (min-width: 144px) and (max-width: 1400px) {
.logo-container>.logo {
width: 70px;
}
Expand Down Expand Up @@ -208,14 +217,16 @@ header {
}

@media (min-width: 576px) and (max-width: 576px) {
.navbar {
flex-direction: row;
align-items: flex-start;
.navbar {
overflow: visible;
justify-content: flex-end;
display: flex;
align-items: center;
}

.navbar a,
.dropdown .dropbtn {
padding: 0.5rem;
padding: 0.5em;
font-size: 1.1em;
}

Expand Down Expand Up @@ -320,7 +331,6 @@ header {

100% {
transform: translateY(-80%);
/* set the translateY value to negative 50% to make the content scroll completely */
}
}

Expand Down

0 comments on commit 70c5616

Please sign in to comment.