You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
609 B
SCSS
49 lines
609 B
SCSS
|
|
// Board of Directors
|
|
|
|
.boardofdirectors {
|
|
article {
|
|
h3 {
|
|
text-transform: uppercase;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Governance
|
|
|
|
.governance {
|
|
.row {
|
|
--bs-gutter-x: 0;
|
|
}
|
|
}
|
|
|
|
// Members
|
|
|
|
.members {
|
|
|
|
.membership-level {
|
|
border-top: 1px solid#1b1c1f;
|
|
|
|
.box {
|
|
min-height: 110px;
|
|
a {
|
|
text-decoration: none;
|
|
color:black;
|
|
}
|
|
|
|
img {
|
|
max-width: 210px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Events
|
|
|
|
.events {
|
|
.post__article:not(:last-child) {
|
|
margin-bottom: 1.75rem;
|
|
}
|
|
}
|
|
|