39 lines
No EOL
518 B
SCSS
39 lines
No EOL
518 B
SCSS
@media only screen and (max-width: $mobile-max-width) {
|
|
#homeImage{
|
|
float: none;
|
|
}
|
|
#content{
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
#blog{
|
|
flex-direction: column;
|
|
}
|
|
article {
|
|
margin-bottom: 10px;
|
|
margin-right: 0;
|
|
}
|
|
#banner {
|
|
a {
|
|
display: block;
|
|
}
|
|
img {
|
|
max-width: none;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
#newestPost{
|
|
display: none;
|
|
}
|
|
|
|
article{
|
|
width: 95%;
|
|
}
|
|
.h-captcha{
|
|
width: 100%;
|
|
iframe {
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
} |