is anyone reading these commit msgs
This commit is contained in:
parent
dabbc7d862
commit
40f9c219b8
9 changed files with 66 additions and 10 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue