Skip to content

Commit

Permalink
I added a brief change
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreo236 committed Sep 22, 2024
2 parents 0808582 + 61339d9 commit ed468d6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 29 deletions.
53 changes: 25 additions & 28 deletions banner.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ header button:active {
}

header label{
position: relative;
position: relative;
font-size: 2.8rem;
color: #1C3312;
cursor: pointer;
Expand Down Expand Up @@ -231,35 +231,32 @@ header #check{
}

@media screen and (max-width: 480px) {
header {
padding: 0.5rem 2%;
flex-direction: column;
height: auto;
}
header {padding: 0%;
width: 77%;}

header img {
margin-bottom: 10px;
left: 0;
}

header nav a {
font-size: 16px;
margin: 0.5rem 0;
text-align: center;
display: block;
}
header img {margin-bottom: 10px;
left: -4em;
top: 1em;}

header button {
width: 130px;
header button {width: 130px;
font-size: 14px;
margin: 0.5rem auto;
display: block;
}
display: block;}

header label {
font-size: 2rem;
top: -120px;
right: -20%;
}
}
/* Header/Navigation Bar Ends */
header label {font-size: 2rem;
top: -1.5em;
left: 5em;}

header nav.navbar {
display: flex;
flex-direction: column;
align-items: center;
background-color: #fff; /* Adjust based on your design */
position: absolute;
top: 4rem; /* Adjust based on your header height */
right: 0;
width: 100%;
display: none; /* Hide by default */}

/* Header/Navigation Bar Ends */
}
2 changes: 1 addition & 1 deletion footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ footer p {position:relative;
}
}

@media screen and (max-width: 480px){}
@media screen and (max-width: 480px){

footer {height: 61em;
padding: 0%;
Expand Down

0 comments on commit ed468d6

Please sign in to comment.