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

@ -2,17 +2,18 @@
@import '../partials/nav';
@import '../partials/footer';
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,16 +42,16 @@ 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 {
font-size: 1.2em;
font-size: 18px;
font-weight: 400;
margin-top: 0px;
margin: 0 0 10px 0;
}
a {
color: rgb(255, 255, 255);
@ -59,7 +60,7 @@ header {
}
}
.meta {
font-size: .8em;
font-size: 14px;
margin: 0;
}
.author {