12 lines
134 B
CSS
12 lines
134 B
CSS
.TestModule {
|
|
align-items: center;
|
|
}
|
|
|
|
.TestModuleAnother {
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.TextModuleLast {
|
|
width: 100vw;
|
|
}
|