mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2025-12-19 11:44:20 +01:00
fix(css): no padding on mobile
This commit is contained in:
@@ -177,6 +177,11 @@ h3:hover .headerlink {
|
||||
|
||||
@media screen and (max-width: 979px) {
|
||||
|
||||
.container {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.content p, .content li {
|
||||
font-size: 1rem;
|
||||
line-height: 1.5rem;
|
||||
|
||||
Reference in New Issue
Block a user