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

usar bootstrap

This commit is contained in:
f 2020-11-16 20:52:34 -03:00
parent 7007bbe1fa
commit 7fe114b834

View file

@ -2,10 +2,8 @@
box-sizing: border-box;
*, *::before, *::after { box-sizing: inherit; }
h1, h2, h3, h4, h5, h6, p {
min-height: 1.4em;
line-height: 1.4;
margin: 0;
h1, h2, h3, h4, h5, h6, p, li {
min-height: 1.5rem;
}
mark {
@ -15,6 +13,10 @@
.selected { outline: #f206f9 solid medium; }
iframe {
min-height: 480px;
}
img, video, iframe, audio {
width: 100%;
max-width: 600px;
@ -43,8 +45,6 @@
}
}
ol, ul { margin: 0; }
.editor-content {
word-wrap: break-word;
div[data-align="left"] { text-align: left; }
@ -55,6 +55,7 @@
*[data-editor-loading] {
opacity: 0.5;
}
*[data-editor-error] {
filter: grayscale(100%);
}