dev profile

This commit is contained in:
2021-12-27 17:15:16 +01:00
parent b801d11cc7
commit 0478174676
4 changed files with 18 additions and 48 deletions

View File

@ -40,26 +40,6 @@
position: static
}
.absolute {
position: absolute
}
.relative {
position: relative
}
.top-0 {
top: 0px
}
.right-0 {
right: 0px
}
.m-8 {
margin: 2rem
}
.mt-0 {
margin-top: 0px
}
@ -72,10 +52,6 @@
margin-bottom: 2rem
}
.mt-8 {
margin-top: 2rem
}
.inline-block {
display: inline-block
}
@ -100,6 +76,10 @@
flex-direction: column
}
.justify-end {
justify-content: flex-end
}
.justify-center {
justify-content: center
}
@ -172,11 +152,6 @@
line-height: 1.75rem
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem
}
.font-extrabold {
font-weight: 800
}
@ -214,12 +189,6 @@
background-color: var(--color-primary-700) !important
}
@media (min-width: 640px) {
.sm\:flex-row {
flex-direction: row
}
}
@media (min-width: 768px) {
.md\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr))