mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 16:18:24 -05:00
31 lines
519 B
CSS
Executable File
31 lines
519 B
CSS
Executable File
/* your custom css */
|
|
.homeMainWrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.homeMainWrapper > * {
|
|
width: 100%;
|
|
}
|
|
|
|
.homeContainer {
|
|
flex-grow: 1;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
|
|
}
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
}
|
|
|
|
@media only screen and (max-width: 1023px) {
|
|
}
|
|
|
|
@media only screen and (min-width: 1400px) {
|
|
}
|
|
|
|
@media only screen and (min-width: 1500px) {
|
|
}
|