fix recent

This commit is contained in:
2021-12-27 15:10:01 +01:00
parent aaedbc1e5a
commit b801d11cc7
2 changed files with 40 additions and 27 deletions

View File

@ -56,6 +56,10 @@
right: 0px
}
.m-8 {
margin: 2rem
}
.mt-0 {
margin-top: 0px
}
@ -68,6 +72,10 @@
margin-bottom: 2rem
}
.mt-8 {
margin-top: 2rem
}
.inline-block {
display: inline-block
}
@ -164,6 +172,11 @@
line-height: 1.75rem
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem
}
.font-extrabold {
font-weight: 800
}