39 lines
468 B
SCSS
39 lines
468 B
SCSS
.intro,
|
|
.postscript,
|
|
.event {
|
|
border-bottom: 1px solid black;
|
|
max-width: 800px;
|
|
margin: auto;
|
|
}
|
|
p {
|
|
}
|
|
|
|
.campaigns {
|
|
color:#1abc9c;
|
|
}
|
|
.places {
|
|
color:#f39c11;
|
|
}
|
|
.actions {
|
|
color:#ff00cc;
|
|
}
|
|
.council{
|
|
color:#3399cc;
|
|
}
|
|
.event .side-by-side {
|
|
display: flex;
|
|
|
|
}
|
|
.media, .text {
|
|
width: 50%;
|
|
padding: 8px;
|
|
}
|
|
.media iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.media img {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: contain;
|
|
}
|