modified header, font-sizes and colors; …

This commit is contained in:
Vrifox 2020-10-06 21:47:47 +02:00
parent a4e8d08579
commit 0fa103f9d0
6 changed files with 62 additions and 51 deletions

View file

@ -1,17 +1,18 @@
@import '../partials/main';
@import '../partials/nav';
header {
.section.header {
align-items: center;
background: rgb(60, 60, 90);
border-radius: 5px;
background: rgb(70, 70, 105);
display: flex;
height: 200px;
margin: 40px 0;
height: 150px;
margin: 0 0 40px 0;
text-align: center;
h1 {
font-size: 2em;
margin: auto;
header {
h1 {
font-size: 1.8em;
margin: auto;
}
}
}
@ -41,20 +42,23 @@ header {
img {
background: rgb(80, 80, 120);
border-radius: 5px 5px 0px 0px;
margin: -20px -20px 20px -20px;
margin: -20px -20px 15px -20px;
max-height: 250px;
max-width: calc(100% + 40px);
object-fit: cover;
order: -1;
}
h1 {
margin-top: 0;
font-size: 18px;
font-weight: 400;
margin: 0 0 10px 0;
}
p {
.meta {
font-size: 14px;
margin: 0;
}
.status {
color: rgb(200, 200, 230);
color: rgb(215, 215, 245);
font-style: italic;
}
}