mirror of
https://github.com/swc-project/swc.git
synced 2024-12-30 09:03:37 +03:00
19 lines
179 B
CSS
19 lines
179 B
CSS
.class {
|
|
display: block;
|
|
}
|
|
|
|
.class {
|
|
display: flex !important;
|
|
}
|
|
|
|
.class {
|
|
display: inline-flex;
|
|
}
|
|
|
|
.class {
|
|
display: flex;
|
|
}
|
|
|
|
:fullscreen a {
|
|
display: flex;
|
|
} |