1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-23 06:02:55 +02:00

Responsive improvements

This commit is contained in:
Phuoc Nguyen
2021-04-01 12:12:00 +07:00
parent 31d93cd69d
commit b1ef248d31
5 changed files with 29 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
.footer {
padding: 2rem 0 4rem 0;
padding: 2rem 0;
}
.footer__about {
border-bottom: 1px solid var(--text-color);
@@ -15,7 +15,6 @@
color: var(--text-color);
}
.footer__grid {
display: flex;
margin-left: -1rem;
margin-right: -1rem;
}
@@ -34,4 +33,9 @@
}
.footer__product a {
color: var(--text-color);
}
@media (min-width: 640px) {
.footer__grid {
display: flex;
}
}