fixed css behavior
This commit is contained in:
parent
fe7337fd51
commit
28dcc0cdf9
@ -15,7 +15,7 @@ body {
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
@media (max-width: 980px) {
|
@media (max-width: 1100px) {
|
||||||
body {
|
body {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -134,6 +134,11 @@ footer p {
|
|||||||
position: relative;
|
position: relative;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 550px) {
|
||||||
|
#thumb-container {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#links {
|
#links {
|
||||||
float: left;
|
float: left;
|
||||||
@ -152,5 +157,5 @@ footer p {
|
|||||||
height: 80px;
|
height: 80px;
|
||||||
line-height: 80px;
|
line-height: 80px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
overflow: hidden;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user