mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Optimize CSS
This commit is contained in:
parent
3e4e12f448
commit
4b5483175c
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
||||||
html, body {
|
html {
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
background-color: #E4E9F6;
|
background-color: #E4E9F6;
|
||||||
|
@ -11,6 +9,7 @@ body {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body > * {
|
body > * {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue