Position text content (article) pages
This commit is contained in:
parent
0e23e47762
commit
f03e2de1ec
@ -11,7 +11,20 @@ body {
|
||||
* Text pages
|
||||
*/
|
||||
article {
|
||||
margin-top: 85px;
|
||||
position: absolute;
|
||||
top: 76px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
padding: 0 1rem;
|
||||
max-height: 100vh;
|
||||
overflow-y: auto;
|
||||
}
|
||||
@media (min-width: 990px) {
|
||||
article {
|
||||
top: 0px;
|
||||
left: 480px;
|
||||
}
|
||||
}
|
||||
article section {
|
||||
overflow: hidden;
|
||||
|
Loading…
Reference in New Issue
Block a user