mirror of
https://github.com/acid-info/new-codex.storage.git
synced 2026-08-27 19:31:05 +00:00
16 lines
205 B
CSS
16 lines
205 B
CSS
body main article {
|
|
background-color: white;
|
|
}
|
|
|
|
body section {
|
|
min-height: auto;
|
|
background-color: white;
|
|
|
|
&:last-child {
|
|
margin: 0;
|
|
width: 100%;
|
|
padding: 0;
|
|
max-width: 100%;
|
|
}
|
|
}
|