Make it ugly again
This commit is contained in:
parent
c28317aefd
commit
2be6c7c819
2 changed files with 59 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue