Add top margin for the squares
The squares kind of stick to the top when there is more than one row of them. This is fixed by adding a top margin to all the squares.
This commit is contained in:
@@ -92,7 +92,8 @@ body {
|
|||||||
background: #2e2e2e;
|
background: #2e2e2e;
|
||||||
padding: 15px 15px;
|
padding: 15px 15px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
min-height: 150px; }
|
min-height: 150px;
|
||||||
|
margin-top: 10px; }
|
||||||
.main #other-content .sqr h4 {
|
.main #other-content .sqr h4 {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
margin: 15px; }
|
margin: 15px; }
|
||||||
|
|||||||
@@ -138,6 +138,7 @@ body {
|
|||||||
padding: 15px 15px;
|
padding: 15px 15px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
min-height: 150px;
|
min-height: 150px;
|
||||||
|
margin-top: 10px;
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
|||||||
Reference in New Issue
Block a user