styling
All checks were successful
deploy to production / deploy (push) Successful in 48s

This commit is contained in:
Robin Grenzdörfer 2023-12-26 14:00:11 +00:00
parent 8844a9f77d
commit 0af187e51f
2 changed files with 16 additions and 9 deletions

View File

@ -16,7 +16,14 @@ body {
ul {
list-style-type: none;
}
.boxes {
.content {
ul {
padding-left: 20px;
list-style-type: disc;
}
}
}
ol {
list-style-type: decimal;
}

View File

@ -51,19 +51,19 @@
<style lang="less">
@import "../../assets/css/main.less";
button {
margin-top: 20px;
background-color: @signal-color;
color: @font-color-secondary;
border: 2px solid @signal-color;
padding: 2px 15px;
font-weight: bold;
}
.boxes {
display: flex;
flex-direction: column;
font-family: "Libre Franklin", "sans-serif";
button {
margin-top: 20px;
background-color: @signal-color;
color: @font-color-secondary;
border: 2px solid @signal-color;
padding: 2px 15px;
font-weight: bold;
}
.box {
border-bottom: 2px dotted @bg-color-secondary;
display: flex;