Improve layout a bit.

WIP, because this is not ideal. But now it's readable at least.
This commit is contained in:
2018-06-16 17:12:53 +02:00
parent cf777571dc
commit 32714efeb9
2 changed files with 32 additions and 12 deletions
+19 -3
View File
@@ -4,9 +4,8 @@ ul.proposal-list {
list-style: none;
li {
// display: block;
padding: 0 1.2rem;
line-height: 4.2rem;
display: block;
padding: 1rem 1.2rem;
background-color: rgba(255,255,255,0.1);
font-size: 1.2rem;
border-bottom: 1px solid rgba(255,255,255,0.2);
@@ -14,10 +13,27 @@ ul.proposal-list {
border-top: 1px solid rgba(255,255,255,0.2);
}
p {
margin: 0;
font-size: inherit;
line-height: 2rem;
&.meta {
margin-bottom: 0.5rem;
}
// &.description {
// line-height: 2rem;
// }
}
span {
font-size: inherit;
}
.description {
line-height: 1.4em;
}
.category {
color: $blue;
padding-right: 0.2rem;