Make it ugly again

This commit is contained in:
Lars Westermann 2019-05-24 17:11:19 +02:00
parent c28317aefd
commit 2be6c7c819
Signed by: lars.westermann
GPG key ID: 9D417FA5BB9D5E1D
2 changed files with 59 additions and 3 deletions

View file

@ -981,6 +981,7 @@ form {
.post {
position: relative;
padding-top: 2rem;
width: 100%;
}
.post-name {
@ -1008,8 +1009,8 @@ form {
}
.post-content {
h1, h2, h3, h4, h5, h6 {
margin: 0;
h1, h2, h3, h4, h5, h6, p {
margin: 0.7rem 0;
padding: 0;
}
h1 {
@ -1030,4 +1031,19 @@ form {
h6 {
font-size: 1rem;
}
}
.overview-post {
max-height: 20rem;
overflow: hidden;
&::after {
content: '';
position: absolute;
display: block;
height: 1.5rem;
top: 18.5rem;
width: 100%;
background: linear-gradient(0deg, $background-primary-color, transparent);
}
}