1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

fix: rebuild tailwind assets

This commit is contained in:
Ferdinand Mütsch 2021-04-30 16:23:27 +02:00
parent cf14fc46ef
commit 99d8349277

View File

@ -773,6 +773,10 @@ video {
align-items: center;
}
.self-end {
align-self: flex-end;
}
.self-center {
align-self: center;
}
@ -1186,6 +1190,10 @@ video {
width: 50%;
}
.w-1\/3 {
width: 33.333333%;
}
.w-1\/4 {
width: 25%;
}