Just commit all of family home before editing 'cause i just accidentally overwrote gaeastohuaosneuh

This commit is contained in:
benjamin melançon 2019-07-28 12:25:34 -04:00
parent 18bba535b4
commit 84de7930cb
64 changed files with 15325 additions and 0 deletions

View file

@ -0,0 +1,25 @@
@charset "UTF-8";
// Extend or override Bulma's elements ../../node_modules/bulma/sass/elements
// Style the slogan shown at the top of each page
.slogan.title {
color: $red;
font-style: italic;
font-weight: normal;
display: inline-block;
margin-top: 0.8rem; // 1.2rem
margin-left: 0.6rem; // 0.8rem
}
.hero.is-primary .family-home-branding__front {
padding: .5rem .75rem;
background-color: white;
.column {
display: flex;
justify-content: center;
}
.slogan.title {
margin-top: 0;
color: $red;
}
}