fix(mobile_display): added padding between sections

on a mobile display, the sections were cluttered. added some spacing to rectify.

MR !6
This commit is contained in:
2022-01-30 12:39:59 +09:30
parent 466f6e8632
commit 3e1e8886ef

View File

@ -89,6 +89,7 @@ a.tags:hover {
.container .column {
float: left;
width: 50%;
padding-top: 30px;
}
@ -98,6 +99,7 @@ a.tags:hover {
.container .column h2 {
margin: 0px;
text-align: center;
}
.container .column ul {