lipu-sona/static/style.css
2020-03-13 15:35:20 +03:00

13 lines
199 B
CSS

html {
background:#eeeeec;
min-height: 100%;
}
body {
background: white;
border-left: 1px solid #babdb6;
border-right: 1px solid #babdb6;
max-width: 720pt;
margin: auto;
min-height: 100%;
}