forked from Ivasoft/opds-proxy
21 lines
255 B
CSS
21 lines
255 B
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
|
|
font-family: sans-serif;
|
|
line-height: 1.6;
|
|
font-size: 1rem;
|
|
}
|
|
|
|
body {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: start;
|
|
flex-flow: column nowrap;
|
|
}
|
|
|
|
a {
|
|
display: block;
|
|
}
|