You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
913 B
55 lines
913 B
a { |
|
font-family: inherit; |
|
color: #2ba6bc; |
|
} |
|
|
|
a:hover, |
|
a:focus { |
|
color: #2795b6; |
|
} |
|
|
|
p { |
|
font-family: inherit; |
|
} |
|
|
|
body { |
|
font-family: 'Century Gothic', 'Trebuchet MS', Helvetica, Arial, sans-serif; |
|
font-style: normal; |
|
cursor: default; |
|
color: #222222; |
|
margin: 0px; |
|
padding: 0px; |
|
} |
|
|
|
hr { |
|
border: 0; |
|
height: 0; |
|
} |
|
|
|
@media only screen and (min-width: 481px) { |
|
.event { |
|
display: flex; |
|
border-top: 1px solid rgba(0, 0, 0, 0.1); |
|
border-bottom: 1px solid rgba(255, 255, 255, 0.3); |
|
padding-top: 4px; |
|
} |
|
.event-image { |
|
width: 168px; |
|
height: 168px; |
|
box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75); |
|
} |
|
.event-card { |
|
padding-left: 8px; |
|
} |
|
} |
|
|
|
@media only screen and (min-width: 320px) and (max-width: 480px) { |
|
.event { |
|
display: flex; |
|
flex-direction: column; |
|
} |
|
.event-image { |
|
width: 100%; |
|
box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75); |
|
} |
|
}
|
|
|