template blog fix video styling

This commit is contained in:
Ruben 2024-05-03 09:37:13 -05:00
commit c2a64b1ea1
No known key found for this signature in database
GPG key ID: AE181294E97E4802
3 changed files with 13 additions and 4 deletions

View file

@ -22,7 +22,7 @@
<!-- header/info section -->
<div id="introduction" class="terminal">
<div class="term-titlebar">
<img src="../assets/terminal.svg">
<img src="../../assets/terminal.svg">
<p><a href="#introduction">~/introduction</a></p>
<div> <div id="minimize-btn"></div> <div id="maximize-btn"></div> <div id="close-btn"></div> </div>
</div>
@ -35,7 +35,7 @@
<!-- actual posts. preferably list them by date posted. -->
<div id="article" class="terminal">
<div class="term-titlebar">
<img src="../assets/terminal.svg">
<img src="../../assets/terminal.svg">
<p><a href="#article">~/article</a></p>
<div> <div id="minimize-btn"></div> <div id="maximize-btn"></div> <div id="close-btn"></div> </div>
</div>

View file

@ -141,6 +141,10 @@ font config, Lexend Deca
font-style: bold;
}
* {
overflow: auto;
}
/*
background wallpaper, font
*/
@ -376,7 +380,8 @@ modify widths and spacing depending on the size of the display
margin-bottom: 0.7em;
padding: 10px 16px;
}
.socials-contacts-list {
grid-template-columns: repeat(1, 1fr);
video {
max-width: 20em;
max-height: 30em;
}
}

View file

@ -150,6 +150,10 @@ font config, Lexend Deca
font-style: bold;
}
* {
overflow: auto;
}
/*
background wallpaper, font
*/