Remove unused CSS

This commit is contained in:
Ramon Wenger 2022-06-21 15:43:44 +02:00
parent 7cf2d5df4b
commit 1ae8594b13
1 changed files with 1 additions and 19 deletions

View File

@ -174,35 +174,17 @@
&__description {
grid-area: d;
font-family: $sans-serif-font-family;
}
&__add-entry {
height: 120px;
}
&__description,
&__objective {
font-family: $sans-serif-font-family;
}
&__description {
margin-bottom: 30px;
}
&__objectives-title {
font-size: toRem(22px);
margin-bottom: 8px;
}
&__objectives {
list-style: disc;
padding-left: 30px;
}
&__objective {
line-height: 1.5;
}
&__meta {
grid-area: m;