1
0
mirror of https://github.com/moepman/bk-dss synced 2024-07-01 07:17:44 +02:00
bk-dss/static/css/style.css

15 lines
170 B
CSS
Raw Normal View History

2016-03-21 22:42:29 +01:00
* {
box-shadow: none!important;
border-radius: 0!important;
}
2016-03-20 16:10:00 +01:00
body {
padding-top: 20px;
padding-bottom: 20px;
}
2016-03-21 22:42:29 +01:00
.logo {
max-width: 300px;
2016-03-20 16:10:00 +01:00
margin: 0 auto;
}