adding event posts

This commit is contained in:
Set Hallstrom 2019-05-18 17:49:26 +02:00
parent 6356d5f77f
commit dc73c840e9
6 changed files with 41 additions and 13 deletions

View file

@ -1,10 +1,14 @@
/////////
// POSTER
/////////
#poster {
width: 90vw;
margin-right: auto !important; }
#poster img {
width: 100%;
margin-top: 5px;
border-radius: 3px;
margin-top: 5px;
border-radius: 3px;
float: left;
padding-right: 5px;
width: 50vw;
}