Draw group borders

This commit is contained in:
Ian Gulliver
2019-07-04 06:42:05 +00:00
parent 9a4e90de51
commit b86994093b
4 changed files with 58 additions and 16 deletions

View File

@@ -133,7 +133,7 @@ body {
justify-content: center;
text-align: center;
font-size: 20px;
word-break: break-all;
overflow-wrap: anywhere;
border-radius: 10px;
padding: 3px;
@@ -154,11 +154,11 @@ body {
justify-content: flex-start;
text-align: center;
font-size: 20px;
word-break: break-all;
overflow-wrap: anywhere;
border-radius: 10px;
margin-top: 20px;
padding: 3px;
padding: 5px;
border: 1px dashed white;
overflow: hidden;