is anyone reading these commit msgs

This commit is contained in:
biglyderv 2024-11-25 14:12:43 -05:00
parent dabbc7d862
commit 40f9c219b8
9 changed files with 66 additions and 10 deletions

View file

@ -35,7 +35,8 @@ input,
textarea,
.button,
.area,
form {
form,
.video {
border: solid var(--dark-2) 3px;
border-radius: 5px;
@ -113,4 +114,22 @@ form {
video {
width: 690px;
}
.video img {
width: 200px;
}
.videos {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.videos a{
color: var(--dark-1);
}
textarea {
display: block;
}