fixed css behavior
This commit is contained in:
parent
fe7337fd51
commit
28dcc0cdf9
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user