mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-10 00:33:11 +00:00
20 lines
238 B
CSS
20 lines
238 B
CSS
.App {
|
|
}
|
|
|
|
.App-header {
|
|
min-height: 100vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
font-size: calc(10px + 2vmin);
|
|
}
|
|
|
|
|
|
@keyframes App-logo-spin {
|
|
from {
|
|
transform: rotate(0deg);
|
|
}
|
|
to {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|