Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
SingularisArt committed Aug 2, 2024
1 parent 7a3b8f0 commit da375a3
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1309,6 +1309,10 @@ video {
height: 3.5rem;
}

.h-4 {
height: 1rem;
}

.h-48 {
height: 12rem;
}
Expand All @@ -1321,10 +1325,6 @@ video {
height: 2rem;
}

.h-4 {
height: 1rem;
}

.max-h-96 {
max-height: 24rem;
}
Expand All @@ -1337,6 +1337,10 @@ video {
min-height: 100vh;
}

.w-4 {
width: 1rem;
}

.w-6 {
width: 1.5rem;
}
Expand All @@ -1353,10 +1357,6 @@ video {
width: 100%;
}

.w-4 {
width: 1rem;
}

.min-w-0 {
min-width: 0px;
}
Expand Down Expand Up @@ -1450,10 +1450,6 @@ video {
justify-content: space-around;
}

.justify-stretch {
justify-content: stretch;
}

.gap-1 {
gap: 0.25rem;
}
Expand Down

0 comments on commit da375a3

Please sign in to comment.