14 lines
No EOL
192 B
SCSS
14 lines
No EOL
192 B
SCSS
@use "../../hippie-style/hippie";
|
|
|
|
.body_clock {
|
|
main {
|
|
@extend .sec_main_center;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
}
|
|
|
|
p {
|
|
text-align: center;
|
|
}
|
|
} |