added padding to article

This commit is contained in:
cephi 2024-11-19 00:08:29 -05:00
parent 2429010452
commit 33f559261c

View File

@ -30,6 +30,10 @@
}
#main {
flex-flow: column-reverse nowrap;
article {
padding: 0 2vw;
}
}
#services {
flex-flow: row wrap;