-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
120 lines (105 loc) · 1.82 KB
/
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
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
@media screen and (min-width: 601px) {
h1 {
font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 80px;
text-align: center;
margin-bottom: -15px;
}
}
@media screen and (max-width: 600px) {
h1 {
font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 58px;
text-align: center;
margin-bottom: -15px;
}
}
h3 {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 30px;
text-align: center;
}
#img-caption {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 15px;
text-align: center;
}
#tribute-info {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 20px;
text-align: center;
}
#image {
max-width: 100%;
display: block;
height: auto;
margin: 0 auto;
}
ul {
max-width: 550px;
margin: 0 auto 50px auto;
text-align: left;
line-height: 1.6;
}
h4 {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 21px;
text-align: center;
margin-top: 20px;
margin-bottom: 30px;
}
a {
color: #477ca7;
}
a:visited {
color: #74638f;
}
a:hover {
color: red;
}
@media screen and (min-width: 601px) {
#tribute-summary {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 20px;
text-align: justify;
padding: 0px 40px 0px 40px;
line-height: 1.5;
}
}
@media screen and (max-width: 600px) {
#tribute-summary {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 20px;
text-align: justify;
padding: 0px 10px 0px 10px;
line-height: 1.5;
}
}
footer {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 15px;
text-align: center;
margin-bottom: -15px;
background-color: black;
color: white;
padding: 5px 5px 5px 5px;
}
#image-grid {
max-width: 100%;
display: block;
height: auto;
margin: 0 auto;
text-align: center;
}
.albums {
width: 280px;
}