-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
53 lines (50 loc) · 878 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
body{
font-family: 'Nunito', sans-serif !important;
background-color:#fff4e3;
background-image: url(Assets/people-at-concert-1105666.jpg);
background-size: cover;
}
.dark{
margin: 0 30px;
color: white;
font-size: 32px;
text-align: center;
}
.logo{
font-size: 1.5rem;
}
.nav-wrapper{
background-color:#fa8572;
color: #5d5d5a;
}
.albumThumb{
max-width: 150px;
max-height: 150px;
margin: 1rem .25rem;
margin-top: 0;
}
.hidden{
display: none;
}
.eventInfo{
margin: .5rem 0;
}
h5{
margin: 0;
}
.card{
background-color: #fff4e1;
}
#eventImage{
display: block;
border: 2px solid #5d5d5a;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
/* max-height: 150px;
max-width: 200px; */
max-height: 100%;
max-width: 100%;
width: auto;
height: auto;
}