forked from Github-Mirrors/canaille
15 lines
187 B
CSS
15 lines
187 B
CSS
body {
|
|
background: #F8F8F8;
|
|
}
|
|
|
|
.container {
|
|
padding: 1em;
|
|
min-width: 320px;
|
|
max-width: 800px;
|
|
margin: auto;
|
|
}
|
|
|
|
.logo img{
|
|
max-width: 50px;
|
|
max-height: 50px;
|
|
}
|