feat: Support aside element, tweak media queries

This commit is contained in:
daudix
2024-02-01 20:33:34 +03:00
parent 14fd1a6dc3
commit 4e37f12afd
4 changed files with 32 additions and 5 deletions

View File

@ -3,7 +3,7 @@ video {
border-radius: var(--rounded-corner);
box-shadow: var(--shadow);
display: block;
margin: 2rem auto;
margin: 1rem auto;
max-width: 100%;
&.full {