feat: add wide container shortcode

This commit is contained in:
welpo
2023-08-11 23:36:59 +02:00
parent f8891dba2c
commit fb0dea0106
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;
}
}