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