mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-01 19:32:26 +02:00
16 lines
No EOL
310 B
Sass
16 lines
No EOL
310 B
Sass
@media screen and (min-width: $min-desktop)
|
|
.content
|
|
margin: $base
|
|
margin-left: $side-nav-width + $base
|
|
|
|
@media screen and (max-width: $max-tablet)
|
|
.content
|
|
margin: $small
|
|
padding-top: $navbar-height
|
|
|
|
.formatted-text
|
|
white-space: pre-wrap
|
|
|
|
img.notice-img
|
|
border: $info 3px solid
|
|
margin-bottom: 1em |