10b731961a
The slide is responsive and works also on other screen sizes than 1920x1080. Fixes #2.
49 lines
611 B
CSS
49 lines
611 B
CSS
#header {
|
|
height: 30%;
|
|
width: 100%;
|
|
background-color:#7c1330;
|
|
text-align: center;
|
|
}
|
|
|
|
#header-image {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.article-row {
|
|
min-height: 20vh;
|
|
margin: 10px 10px 10px 10px;
|
|
}
|
|
|
|
.article-col {
|
|
max-height: 200px;
|
|
}
|
|
|
|
.article-title-col {
|
|
font-size: 60px;
|
|
}
|
|
|
|
.thumbnail {
|
|
height: 20vh;
|
|
width: auto;
|
|
}
|
|
|
|
#sossoimage {
|
|
height:300px;
|
|
position: relative;
|
|
left: 0px;
|
|
top: 0px;
|
|
}
|
|
|
|
.stretch {
|
|
width:100%;
|
|
height:100%;
|
|
}
|
|
|
|
#post {
|
|
height: 540px;
|
|
border:2px solid black;
|
|
}
|