mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-31 17:33:25 +02:00
8 lines
79 B
CSS
8 lines
79 B
CSS
.root {
|
|
width: 100%;
|
|
}
|
|
|
|
.section {
|
|
transition: width 0.15s ease-out;
|
|
}
|