Tweaks to group border margin

This commit is contained in:
Ian Gulliver
2019-07-04 06:48:43 +00:00
parent b86994093b
commit 94f28f00cd

View File

@@ -146,8 +146,8 @@ body {
}
.gridGroup {
width: 100%;
height: calc(100% - 20px);
width: calc(100% - 10px);
height: calc(100% - 30px);
display: flex;
flex-direction: column;
align-items: center;
@@ -168,7 +168,7 @@ body {
}
.gridGroup:empty {
height: 100%;
height: calc(100% - 10px);
margin-top: 0;
}