Improve CSS

alt-html-css
Admin 2021-01-04 09:58:10 +00:00
parent 74b89a5dc7
commit f7507500b7
1 changed files with 9 additions and 3 deletions

View File

@ -460,12 +460,14 @@ a:focus {
margin: var(--vertical-between-posts);
}
/*
.media {
width: 80%;
border-radius: 5px;
padding: 10px;
margin: 10px 0;
}
*/
.message {
margin-left: 0%;
@ -2573,12 +2575,16 @@ input[type="text"], input[type="password"] {
font-size: var(--font-size-base);
}
iframe {
article {
margin: 1em;
}
article iframe {
max-width: 100%;
}
article {
margin: 1em;
article .media .attachment {
max-width: 100%;
}
/* ================================================================== */