5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-03 01:36:07 +00:00

fix: hacer la caja más legible

This commit is contained in:
f 2023-03-28 19:21:07 -03:00
parent 79f8241dec
commit 445bf26257
2 changed files with 5 additions and 1 deletions

View file

@ -25,6 +25,10 @@ $spacers: (
2-plus: 0.75rem 2-plus: 0.75rem
); );
$sizes: (
"70ch": 70ch,
);
@import "bootstrap"; @import "bootstrap";
@import "editor"; @import "editor";

View file

@ -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 = yield