Remove unused .space-between

Class was not used but there is also Tailwind .justify-between
This commit is contained in:
Tobias Jordans 2021-09-22 19:53:34 +02:00
parent cdb3daad4f
commit 80dd69a301

View file

@ -130,10 +130,6 @@ btn {
width: 4rem !important;
}
.space-between {
justify-content: space-between;
}
.link-underline a {
text-decoration: underline 1px #0078a855;;
color: #0078A8;