* mobile size adjustments
This commit is contained in:
@@ -78,14 +78,19 @@ section.error {
|
||||
}
|
||||
|
||||
section.home {
|
||||
max-width: calc(100% - 40px);
|
||||
grid-template-columns: auto auto;
|
||||
grid-template-rows: 370px 175px auto 175px;
|
||||
grid-template-rows: auto auto auto auto;
|
||||
grid-template-areas:
|
||||
"bigimg bigimg"
|
||||
"article article"
|
||||
"smallimg1 smallimg2";
|
||||
}
|
||||
|
||||
section.home > img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
section.article {
|
||||
grid-template-columns: auto;
|
||||
grid-template-rows: auto auto;
|
||||
@@ -99,7 +104,7 @@ section.error {
|
||||
}
|
||||
|
||||
img.embedded-image {
|
||||
max-width: 50%;
|
||||
max-width: 40%;
|
||||
float: right;
|
||||
margin-left: 10px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
Reference in New Issue
Block a user