lipu-sona/static/style.css

14 lines
199 B
CSS
Raw Normal View History

2020-03-13 15:35:20 +03:00
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%;
}