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:
@@ -138,6 +138,7 @@ body {
|
||||
padding: 15px 15px;
|
||||
border-radius: 6px;
|
||||
min-height: 150px;
|
||||
margin-top: 10px;
|
||||
|
||||
h4 {
|
||||
font-size: 18px;
|
||||
|
||||
Reference in New Issue
Block a user