feat: add wide container shortcode

This commit is contained in:
welpo 2023-08-11 23:36:59 +02:00
parent f8891dba2c
commit fb0dea0106
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
5 changed files with 94 additions and 4 deletions

View file

@ -247,11 +247,11 @@ strong {
}
article .full-width {
width: auto;
max-width: none;
margin-left: 0;
margin-right: 0;
display: block;
overflow-x: auto;
}
}