fix: skeletons for headers to avoid data fetching

This commit is contained in:
Christel Westerberg
2024-12-02 13:09:44 +01:00
parent 94725297d7
commit 6047c5f5e8
7 changed files with 106 additions and 46 deletions

View File

@@ -49,6 +49,12 @@
display: block;
}
.skeletonWrapper {
padding: 4px 10px;
height: 30px;
align-content: center;
}
@media screen and (min-width: 768px) {
.container {
padding: 0 30px;