18 lines
218 B
SCSS
18 lines
218 B
SCSS
.event-page {
|
|
display: block;
|
|
}
|
|
|
|
.event-banner {
|
|
width: 300px;
|
|
height: auto;
|
|
}
|
|
|
|
.event-title {
|
|
text-align: center;
|
|
}
|
|
|
|
.event-signup-buttons {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
justify-content: center;
|
|
} |