forked from website/openpower.foundation
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.
31 lines
427 B
SCSS
31 lines
427 B
SCSS
3 years ago
|
|
||
|
// Board of Directors
|
||
|
|
||
|
#boardofdirectors {
|
||
|
article {
|
||
|
h3 {
|
||
|
text-transform: uppercase;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
// Members
|
||
|
|
||
|
#members {
|
||
|
|
||
|
.membership-level {
|
||
|
border-top: 1px solid#1b1c1f;
|
||
|
|
||
|
.box {
|
||
|
min-height: 110px;
|
||
|
a {
|
||
|
text-decoration: none;
|
||
|
color:black;
|
||
|
}
|
||
|
|
||
|
img {
|
||
|
max-width: 210px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|