-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresponsive.css
More file actions
98 lines (68 loc) · 1.09 KB
/
Copy pathresponsive.css
File metadata and controls
98 lines (68 loc) · 1.09 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
@media (max-width: 700px) {
header img{
/* width: 100px; */
}
nav .menu {
display: block;
}
header nav ul{
display: none;
}
banner{
height: 430px;
}
banner container{
width: 100%;
}
banner container h1{
font-size: 40px;
font-weight: 900;
}
banner button-container button{
font-size: 14px;
}
title-div h1 {
font-weight: 900;
font-size: 30px;
}
flex-container colunm{
flex-flow: column;
}
row-div{
padding: 20px;
display: flex;
flex-flow: column;
justify-content: center;
}
clients{
flex-flow: column;
}
clients card{
width: 100%;
}
card-h{
text-align: center;
}
card row h1 {
padding: 0;
margin: 0 0 0 0;
font-size: 17px;
}
footer container{
flex-flow: column;
}
footer container section{
width: 100%;
}
footer container section img{
width: min-content;
}
cop-right{
font-size: 12px;
}
}
@media (min-width: 1000px) {
body{
padding: 0px 100px;
}
}