-
Notifications
You must be signed in to change notification settings - Fork 0
/
style1.css
56 lines (52 loc) · 905 Bytes
/
style1.css
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
@media (max-width: 400px) {
.tab-container{
margin-top:1rem;
}
.parameter-container {
flex-direction: column;
align-content: center;
}
.parameter {
padding:0.5rem;
gap:3px;
}
.parameter p:first-of-type {
font-size: 1rem;
}
.parameter p:last-of-type {
font-size: 0.875rem;
}
.name{
margin-bottom:0.5rem;
}
.user-info-container p {
font-size: 1rem;
}
.user-info-container img {
width: 50px;
height: 50px;
}
.name p {
font-size: 1.5rem;
}
.name img {
width: 25px;
height: 25px;
}
.user-info-container p[data-temp]{
font-size: 1rem;
}
.form-container{
margin-bottom: 0.875rem;;
}
.form-container input{
height: 30px;
}
.form-container .btn{
height: 30px;
width: 30px;
}
.weather-container{
margin-block:1rem;
}
}