Skip to content
Snippets Groups Projects
Unverified Commit 3ed1d367 authored by fsdavid's avatar fsdavid Committed by GitHub
Browse files

Merge pull request #169 from HumanBrainProject/dev_splash

Dev splash
parents a88ff8a1 d298b074
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