Add margin on framed elements to get a feel closer to the original game
This commit is contained in:
parent
c89074b508
commit
54ff5b0875
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ body {
|
|||
#screen .framed {
|
||||
border: 3px double #000;
|
||||
border-radius: 0.5em;
|
||||
margin: 0.2em;
|
||||
}
|
||||
|
||||
#screen .text {
|
||||
|
|
Loading…
Reference in a new issue