Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasElkalla authored Jan 4, 2023
1 parent 8344d86 commit 5652ae5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,9 @@ footer:hover .copyrights {
}
@media (max-width: 1000px) {
footer {
flex-direction:column
flex-direction:column;
height: 160px;

}
footer .attributes,
footer .copyrights {
Expand Down Expand Up @@ -488,10 +490,10 @@ footer:hover .copyrights {
text-align: center;
font-size:1rem
}
@media (min-width:1000px){
/* @media (min-width:1000px){
.backgroundLibrary{ margin: auto;
align-self: center;}
}
} */
.background {
position: fixed;
width: 100vw;
Expand Down

0 comments on commit 5652ae5

Please sign in to comment.