Add margin on framed elements to get a feel closer to the original game

This commit is contained in:
Tissevert 2018-11-23 14:25:18 +01:00
parent c89074b508
commit 54ff5b0875
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ body {
#screen .framed {
border: 3px double #000;
border-radius: 0.5em;
margin: 0.2em;
}
#screen .text {