added a videocontainer where previews can be stored in - usefull for category page

This commit is contained in:
2020-06-07 21:42:01 +02:00
parent d72a7b2e3a
commit 836f5f342a
7 changed files with 139 additions and 115 deletions

View File

@ -4,13 +4,6 @@
text-align: center;
font-weight: bold;
max-width: 266px;
}
.tagpreviewtitle{
font-size: larger;
}
.videopreviewtitle{
font-size: smaller;
}
@ -46,3 +39,16 @@
box-shadow: rgba(2, 12, 27, 0.7) 0px 0px 0px 5px;
transition: all 300ms;
}
.tagpreview {
text-transform: uppercase;
font-weight: bolder;
font-size: x-large;
text-align: center;
height: 150px;
width: 266px;
}
.tagpreviewtitle{
margin-top: 55px;
}