info-screen/layout.css

12 lines
141 B
CSS
Raw Normal View History

2018-05-18 09:52:14 +00:00
html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
}
#datetime, #weather {
width: 100%;
margin: auto;
}