main should have overflow-x: hidden on articles

This commit is contained in:
Fabio Manganiello 2022-02-01 01:33:26 +01:00
parent 6739710841
commit 88bfacb05d
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
main {
overflow-x: hidden;
}
main .content {
display: flex;
flex-direction: column;