Skip to content
Snippets Groups Projects
Commit 87aaaf22 authored by Daviti Gogshelidze's avatar Daviti Gogshelidze
Browse files

design correction

parent 41f0a125
No related branches found
No related tags found
No related merge requests found
div[splashScreenContainer]
{
height: 100%;
display:flex;
flex-wrap: wrap;
justify-content: center;
flex-direction: column;
justify-content: flex-start;
align-items: center;
overflow-y:auto;
}
div[splashScreenHeader] {
min-height: 100px;
min-height: 90px;
max-height: 100px;
width: 100%;
background-color: #EF5450;
display: flex;
......@@ -98,7 +101,7 @@ div[splashScreenTemplateBodyImage] {
}
@media screen and (max-width: 670px) {
span[splashScreenHeaderTitle] {
.splashScreenHeaderTitle {
visibility: hidden;
}
div[splashScreenTemplate] {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment