5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-01 04:46:08 +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
);
$sizes: (
"70ch": 70ch,
);
@import "bootstrap";
@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