forked from hiway/freedive
13 lines
No EOL
199 B
CSS
13 lines
No EOL
199 B
CSS
/* @import "tailwindcss/base";
|
|
@import "tailwindcss/components";
|
|
@import "tailwindcss/utilities"; */
|
|
@import "bulma";
|
|
|
|
.size-256 {
|
|
height: 256px;
|
|
width: 256px;
|
|
}
|
|
|
|
.is-fullwidth {
|
|
width: 100%;
|
|
} |