-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
103 lines (83 loc) · 1.4 KB
/
styles.css
File metadata and controls
103 lines (83 loc) · 1.4 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
.demo-ribbon {
width: 100%;
height: 40vh;
background-image: url('images/blue.png');
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.demo-main {
margin-top: -36vh;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.demo-header .mdl-layout__header-row {
padding-left: 70px;
}
.demo-container {
max-width: 1600px;
width: calc(100% - 16px);
margin: 0 auto;
}
.demo-content {
border-radius: 2px;
padding: 30px 56px;
margin-bottom: 80px;
}
.demo-layout.is-small-screen .demo-content {
padding: 40px 28px;
}
.demo-content h2 {
margin-top: 2px;
}
.demo-footer {
padding-left: 40px;
}
.demo-footer .mdl-mini-footer--link-list a {
font-size: 13px;
}
.map{
background-image: url('images/map.gif');
width: 300px;
height: 200px;
}
.ribbon{
text-align:center;
background-color: inherit;
}
.legal img{
text-align: center;
width: 100%;
height: 50%;
}
.whyus img{
text-align: center;
}
@media only screen and (min-width: 600px) {
.demo-content p{
margin-right: 90px;
margin-left: 0px;
}
.demo-content img{
height: 300px;
width: 300px;
}
.mdl-layout__drawer{
display: none;
}
}
@media only screen and (max-width: 600px) {
.mdl-tabs__tab-bar a{
font-size: 9px;
font-weight: 1000;
font-size-adjust: auto;
}
.demo-content img{
height: 300px;
width: 300px;
}
.mdl-layout__drawer{
display: none;
}
}