Some styles improvement attempts (how to uniformize modals?)
[vchess.git] / public / stylesheets / layout.sass
... / ...
CommitLineData
1html, *
2 font-family: "Open Sans", Arial, sans-serif
3 --back-color: #f2f2f2
4 --a-link-color: #0039e6
5
6body
7 padding: 0
8 min-width: 320px
9
10//@media screen and (min-width: 767px)
11 .card
12 max-width: 600px
13
14.text-center
15 text-align: center
16
17.smallpad
18 padding: 5px