last changes

This commit is contained in:
2023-08-15 12:48:43 +00:00
parent c29765dd09
commit c9135d03cf
17 changed files with 138 additions and 72 deletions

View File

@@ -60,6 +60,7 @@
.boxes {
display: flex;
flex-direction: column;
font-family: "Libre Franklin", "sans-serif";
.box {
border-bottom: 2px dotted @bg-color-secondary;
display: flex;
@@ -72,7 +73,8 @@
padding-bottom: 20px;
}
.upper {
font-size: 1.2rem;
cursor: pointer;
font-size: 1.4rem;
@media @tablet {
font-size: 1.6rem;
}