Pages are now grouped per group they appear in on in the header (where possible) Utilities used by multiple pages in the project are grouped in folders such as services/pipes/etc
15 lines
216 B
SCSS
15 lines
216 B
SCSS
.birthdayMember {
|
|
width: 33%;
|
|
min-width: 250px;
|
|
padding-bottom: 50px;
|
|
text-align: center;
|
|
}
|
|
|
|
.birthdayMember img {
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
.birthdayMember p {
|
|
font-family: 'opensans-bold', sans-serif;
|
|
}
|