Files
makyo.ink/assets/css/parts/_front-flex.scss
Madison Scott-Clary 002e7a5531 Front-page work, RT work
2019-11-02 15:53:39 -07:00

31 lines
474 B
SCSS

.front-flex {
display: flex;
flex-wrap: wrap;
align-items: stretch;
.hero {
display: flex;
background-color: rgba(255, 255, 255, 0.1);
padding: 1rem;
}
.third {
flex: 1 1 30%;
padding: 0.5rem;
}
.small {
flex: 1 1 38%;
padding: 0.5rem;
}
.large {
flex: 1 1 61%;
padding: 0.5rem;
}
.odd {
background-color: rgba(255, 255, 255, 0.05);
}
}