update css

This commit is contained in:
2023-04-12 13:39:08 +10:00
parent 06cb735b68
commit 40b8414f8a
3 changed files with 224 additions and 85 deletions

View File

@@ -44,6 +44,22 @@
width: 25%;
}
.max-w-sm {
max-width: 640px;
}
.max-w-md {
max-width: 768px;
}
.max-w-lg {
max-width: 1024px;
}
.max-w-xl {
max-width: 1280px;
}
/* Float */
.float-left {
float: left;