Skip to content
Snippets Groups Projects
Commit 309c2c75 authored by Florian Sesser's avatar Florian Sesser
Browse files

Merge branch '40.fix-firstRunPage' into 'main'

Fix firstRun page CSS I forgot to move over

See merge request !33
parents 00aec3a5 aa9b74a7
No related branches found
No related tags found
1 merge request!33Fix firstRun page CSS I forgot to move over
Pipeline #3984 passed
......@@ -28,23 +28,23 @@ body {
}
main.splashPage {
main.firstRunPage {
padding: 25% 5%;
text-align: center;
}
main.splashPage .logo img {
main.firstRunPage .logo img {
max-width: 50%;
}
main.splashPage .subtext {
main.firstRunPage .subtext {
margin: 4em auto;
max-width: 75%;
color: #38466D;
font-style: italic;
}
main.splashPage button {
main.firstRunPage button {
padding: 2em 3em;
border-radius: 1em;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment