fixed bottom margin of video container
This commit is contained in:
parent
217b4249a4
commit
825df9a479
@ -52,7 +52,7 @@ header {
|
|||||||
|
|
||||||
header span.material-symbols-outlined {
|
header span.material-symbols-outlined {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
line-height: 3rem;
|
line-height: 2.5rem;
|
||||||
float: right;
|
float: right;
|
||||||
padding: 0 0.25em;
|
padding: 0 0.25em;
|
||||||
transition: all 0.1s ease-in-out;
|
transition: all 0.1s ease-in-out;
|
||||||
@ -65,7 +65,7 @@ header span.material-symbols-outlined:hover {
|
|||||||
|
|
||||||
#video-container {
|
#video-container {
|
||||||
margin-top: var(--header-height);
|
margin-top: var(--header-height);
|
||||||
margin-bottom: calc(var(--footer-height) + var(--footer-padding) * 2);
|
padding-bottom: calc(var(--footer-height) + var(--footer-padding) * 2) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
Loading…
Reference in New Issue
Block a user