-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
70 lines (54 loc) · 966 Bytes
/
style.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
button {
text-decoration: none;
border:1px solid gray !important;
}
.btn-group-vertical {
display: block !important;
margin-top: 1.3em;
width:85%;
margin-left: auto;
margin-right: auto;
}
.input-group input[type="text"] {
display: block;
margin-left: 7.5%;
}
.jumbotron {
background-color: #033B61 !important;
color:white !important;
text-shadow: 1px 1px #696C6B;
border-radius: 0 !important;
}
#dashboard-head {
max-height: 10em;
}
#current-weather {
min-height: 10em;
}
#city {
padding: 0.3em;
}
#date {
margin-bottom: 1.3em;
}
.city-buttons {
background-color:lightblue;
padding: 1em;
margin-bottom: 3em;
}
.forecast-label {
margin-top: 0.7em;
}
/* 5 DAY FORECAST */
.card-group {
margin-bottom: 3em;
}
.card-body {
font-size: 0.8em;
}
/* MEDIA QUERIES */
@media only screen and (min-width: 1000px) {
.city-buttons {
min-height: 30em;
}
}