2025-11-16 12:29:19 +01:00
|
|
|
@use "../../hippie-style/hippie";
|
|
|
|
|
|
|
|
|
|
.body_clock {
|
|
|
|
|
main {
|
|
|
|
|
@extend .sec_main_center;
|
|
|
|
|
display: flex;
|
2025-11-16 12:57:43 +01:00
|
|
|
flex-flow: column nowrap;
|
2025-11-16 12:29:19 +01:00
|
|
|
justify-content: center;
|
|
|
|
|
}
|
2025-11-16 12:57:43 +01:00
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2025-11-16 12:29:19 +01:00
|
|
|
}
|