mirror of
https://github.com/moepman/bk-dss
synced 2024-11-16 19:19:11 +01:00
15 lines
170 B
CSS
15 lines
170 B
CSS
* {
|
|
box-shadow: none!important;
|
|
border-radius: 0!important;
|
|
}
|
|
|
|
body {
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.logo {
|
|
max-width: 300px;
|
|
margin: 0 auto;
|
|
}
|