Merge pull request #17 from MatiasFI/patch-1

Margin fix in case the squares are  below each other
This commit is contained in:
Deepjyoti Barman
2020-05-19 11:55:26 +05:30
committed by GitHub

View File

@@ -57,8 +57,7 @@ body {
.main #other-content .sqr {
vertical-align: top;
display: inline-block;
margin-left: 5px;
margin-right: 5px;
margin: 5px;
width: 170px;
background: #2e2e2e;
padding: 15px 15px;