Fix: remove 'icons.defaults' from favourite layers, cleanup of various small typing errors

This commit is contained in:
Pieter Vander Vennet 2023-12-08 00:12:21 +01:00
parent 98ca6aa8aa
commit e8569ec540
7 changed files with 37 additions and 26 deletions

View file

@ -1089,14 +1089,14 @@ video {
height: 6rem;
}
.h-full {
height: 100%;
}
.h-screen {
height: 100vh;
}
.h-full {
height: 100%;
}
.h-32 {
height: 8rem;
}
@ -1172,14 +1172,14 @@ video {
height: 10rem;
}
.h-80 {
height: 20rem;
}
.h-64 {
height: 16rem;
}
.h-80 {
height: 20rem;
}
.max-h-12 {
max-height: 3rem;
}
@ -2989,10 +2989,6 @@ a.link-underline {
padding: 1.5rem;
}
.md\:p-4 {
padding: 1rem;
}
.md\:p-3 {
padding: 0.75rem;
}