unity-atoms/website/static/css/custom.css
2019-10-04 01:37:30 +02:00

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) {
}