-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmobile.css
More file actions
56 lines (52 loc) · 731 Bytes
/
Copy pathmobile.css
File metadata and controls
56 lines (52 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.logoContainer{
overflow:hidden;
background:#CC0000;
height:auto;
}
.logo{
width:40%;
filter:drop-shadow(400px 0 white);
position:relative;
left:-410px;
}
.nav{
display:none;
}
.mainContent{
flex-direction: column;
}
.rightBlock{
margin: auto;
}
.textContainer{
padding: 0.2rem
}
.flexStart{
flex-direction: column
}
.flexEnd{
flex-direction: column-reverse
}
.positionAdjustLeft{
padding-left: 0rem;
}
.adjustContainer{
padding: 0.5rem 0.2rem;
}
.searchInput{
width: 60%;
}
.searchButton{
width: 40%
}
.mobileEntrance{
display: flex;
justify-content: flex-end;
margin:0.5rem;
}
.deskEntrance{
display: none;
}
.welcome{
margin: -0.5rem 0 0.5rem 0;
}