mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 16:51:41 +00:00
fix: hacer la caja más legible
This commit is contained in:
parent
79f8241dec
commit
445bf26257
2 changed files with 5 additions and 1 deletions
|
@ -25,6 +25,10 @@ $spacers: (
|
|||
2-plus: 0.75rem
|
||||
);
|
||||
|
||||
$sizes: (
|
||||
"70ch": 70ch,
|
||||
);
|
||||
|
||||
@import "bootstrap";
|
||||
@import "editor";
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
.alert.alert-primary{ role: 'alert', class: local_assigns[:class] }
|
||||
.alert.alert-primary.mx-auto.content.max-w-70ch{ role: 'alert', class: local_assigns[:class] }
|
||||
= yield
|
||||
|
|
Loading…
Reference in a new issue