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

This commit is contained in:
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,6 +51,11 @@
<style lang="less">
@import "../../assets/css/main.less";
.boxes {
display: flex;
flex-direction: column;
font-family: "Libre Franklin", "sans-serif";
button {
margin-top: 20px;
background-color: @signal-color;
@@ -59,11 +64,6 @@
padding: 2px 15px;
font-weight: bold;
}
.boxes {
display: flex;
flex-direction: column;
font-family: "Libre Franklin", "sans-serif";
.box {
border-bottom: 2px dotted @bg-color-secondary;
display: flex;