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:
@ -89,6 +89,7 @@ a.tags:hover {
|
|||||||
.container .column {
|
.container .column {
|
||||||
float: left;
|
float: left;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
padding-top: 30px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -98,6 +99,7 @@ a.tags:hover {
|
|||||||
|
|
||||||
.container .column h2 {
|
.container .column h2 {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container .column ul {
|
.container .column ul {
|
||||||
|
Reference in New Issue
Block a user