Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeshero committed May 9, 2024
1 parent 40b8a8d commit b99ecde
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -235,20 +235,14 @@ nav {
top: 0;*/
}

@media (min-width: 1000px){
nav{
width: 1000px
}

}
@media (max-width: 1246px){
nav{
margin: 75px 0 50px 0;
}

}
.dropbtn {
background-color: rgb(255, 227, 128);
background-color: #ffeeb3;
color: black;
padding: 16px;
font-size: 2em;
Expand All @@ -275,7 +269,7 @@ nav {
.dropdown img {max-width: 20px;
padding-left: 10px;}

@media (max-width: 767px){
@media (max-width: 999px){
.dropdown{
display: inline-block;
}
Expand Down Expand Up @@ -313,7 +307,7 @@ padding-left: 10px;}
text-align: center;
font-size: 1.2em;
}
.dropdown a:hover {background-color: rgb(255, 227, 128);}
.dropdown a:hover {background-color: #ffeeb3;}

.show {display: block;}

Expand Down Expand Up @@ -562,6 +556,7 @@ h2 {
figure.loc {
width:50%;
padding:5px;
margin-left: 0;
}

figure.loc figcaption{
Expand All @@ -573,6 +568,20 @@ figure.loc img {
max-width:80%;
width:700px;
}
@media (max-width: 1077px){
figure.loc img {
max-width:100%;
}
}
@media (max-width: 570px){
figure.loc {
width:100%;
padding:5px;
}
figure.loc img {
max-width:100%;
}
}



Expand Down

0 comments on commit b99ecde

Please sign in to comment.