a-nourishing-network/themes/basic/static/css/main.css

26 lines
343 B
CSS
Raw Normal View History

body {
position: relative;
top: 0;
left: 0;
margin: 0;
padding: 1em 4em;
font-family: monospace;
}
2020-11-19 16:01:42 +01:00
header,
#subscribe,
2020-11-24 18:12:38 +01:00
#instructions,
footer{
2020-11-19 16:01:42 +01:00
position: relative;
2020-12-01 14:30:40 +01:00
width: calc(100% - 4em);
margin: 2em 0;
padding: 2em;
border: 1px dotted magenta;
}
article.post{
margin: 2em 0;
padding: 2em;
background-color: rgb(240,240,240);
2020-11-24 18:12:38 +01:00
}