freedive/assets/css/app.css

13 lines
199 B
CSS
Raw Normal View History

/* @import "tailwindcss/base";
2024-05-09 21:28:48 +02:00
@import "tailwindcss/components";
@import "tailwindcss/utilities"; */
@import "bulma";
2024-05-09 21:28:48 +02:00
.size-256 {
height: 256px;
width: 256px;
2024-05-16 05:01:40 +02:00
}
.is-fullwidth {
width: 100%;
}