fixed css behavior

This commit is contained in:
Alessandro Mauri 2021-03-29 13:27:48 +02:00
parent fe7337fd51
commit 28dcc0cdf9

View File

@ -15,7 +15,7 @@ body {
margin: 0 auto;
width: 50%;
}
@media (max-width: 980px) {
@media (max-width: 1100px) {
body {
margin: 0 auto;
width: 100%;
@ -134,6 +134,11 @@ footer p {
position: relative;
width: 80px;
}
@media (max-width: 550px) {
#thumb-container {
display: none;
}
}
#links {
float: left;
@ -152,5 +157,5 @@ footer p {
height: 80px;
line-height: 80px;
text-align: left;
overflow: hidden;
overflow: auto;
}