We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c6a5b9 + 80090e2 commit 7bc8fecCopy full SHA for 7bc8fec
src/components/popup/intro/intro.less
@@ -1,17 +1,29 @@
1
.flexColumn {
2
- flex-direction: column;
+ @media (max-width: 480px) {
3
+ flex-direction: row;
4
+ }
5
+ @media (min-width: 481px) {
6
+ flex-direction: column;
7
8
}
9
10
+
11
div.intro {
12
align-items: center;
13
padding: 0 4em;
14
max-height: 100%;
15
16
.top {
- max-height: 425px;
17
margin-bottom: 75px;
18
overflow: auto;
19
20
21
+ max-height: calc(100vh - 75px);
22
23
24
+ max-height: 425px;
25
26
27
.logo {
28
display: block;
29
margin: 20px auto 10px auto;
@@ -27,6 +39,7 @@ div.intro {
39
.description {
40
margin: 2em 0;
41
42
+ max-height: 150px;
30
43
text-align: center;
31
44
32
45
.options {
0 commit comments