forked from Github-Mirrors/canaille
15 lines
161 B
CSS
15 lines
161 B
CSS
![]() |
body {
|
||
|
background: #F8F8F8;
|
||
|
}
|
||
|
|
||
|
.container {
|
||
|
padding: 1em;
|
||
|
width: 800px;
|
||
|
margin: auto;
|
||
|
}
|
||
|
|
||
|
.logo img{
|
||
|
max-width: 50px;
|
||
|
max-height: 50px;
|
||
|
}
|