Styling intro screen and adding demo images.

This commit is contained in:
Jake Archibald
2018-10-12 14:11:10 +01:00
parent a43ea761f5
commit 568b9e9459
24 changed files with 550 additions and 50 deletions

View File

@@ -10,7 +10,6 @@ Note: These styles are temporary. They will be replaced before going live.
height: 100%;
overflow: hidden;
contain: strict;
display: flex;
}
:global {
@@ -59,6 +58,7 @@ Note: These styles are temporary. They will be replaced before going live.
display: flex;
justify-content: flex-end;
width: 100%;
height: 100%;
&.horizontal {
justify-content: space-between;