Attempt to reduce button sizes on small screens
[vchess.git] / public / stylesheets / layout.sass
CommitLineData
1d184b4c
BA
1html, *
2 font-size: 18px
3 font-family: "Open Sans", Arial, sans-serif
4
5body
6a01d4f7 6 padding: 1% 0
fce32e8f 7 background-color: #f2f2f2
6a01d4f7
BA
8
9@media screen and (min-width: 800px)
10 .card
11 max-width: 600px
1d184b4c
BA
12
13a
14 color: #00B7FF
15
16.text-center
17 text-align: center
18
19.smallpad
20 padding: 5px