adjustments for responsive webdesign
This commit is contained in:
parent
ece55fd60b
commit
740f1318ce
11 changed files with 265 additions and 98 deletions
|
@ -52,5 +52,15 @@ header {
|
|||
background: rgb(70, 70, 105);
|
||||
}
|
||||
}
|
||||
@media (max-width: 900px) {
|
||||
.section-articles {
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
}
|
||||
}
|
||||
@media (max-width: 600px) {
|
||||
.section-articles {
|
||||
grid-template-columns: repeat(1, 1fr);
|
||||
}
|
||||
}
|
||||
|
||||
@import '../partials/footer';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue