modified: custom.css

modified:   index.html
This commit is contained in:
russellballestrini 2017-02-01 13:30:36 -05:00 committed by root
parent 8603cc01e5
commit f73b56b4d7
2 changed files with 93 additions and 75 deletions

View file

@ -1,3 +1,26 @@
.proposition {
background-color: #eeeeee;
.reasons {
background-color: #f9f9f9;
}
.nav {
background-color: #f9f9f9;
text-align: center;
word-spacing: 50px;
padding: 8px;
}
.nav a {
text-decoration: none;
}
.graybg {
background-color: #f9f9f9;
}
.row-padding {
padding-top: 80px;
padding-bottom: 80px;
}
span.avoidwrap {
display:inline-block;
}