Updates
This commit is contained in:
@@ -4,19 +4,55 @@ $icon-font-path: "../bower_components/bootstrap-sass-official/vendor/assets/font
|
||||
@import "../bower_components/bootstrap-sass-official/vendor/assets/stylesheets/bootstrap.scss";
|
||||
// endbower
|
||||
|
||||
@import "block_grid"; // from foundation 5
|
||||
|
||||
.page-header h1 {
|
||||
line-height: 1;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
.edb-brick {
|
||||
height: 40px;
|
||||
width: auto;
|
||||
}
|
||||
/* Projects */
|
||||
.block-grid-item {
|
||||
padding-bottom: 0;
|
||||
h3 {
|
||||
margin-top: 0;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
h3 {
|
||||
font-weight: bold;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.form-link {
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
.join-us-title {
|
||||
margin-top: 40px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
#contact_form {
|
||||
border:0;
|
||||
margin:0;
|
||||
}
|
||||
.browsehappy {
|
||||
margin: 0.2em 0;
|
||||
background: #ccc;
|
||||
color: #000;
|
||||
padding: 0.2em 0;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.form-link {
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
#contact_form {
|
||||
border:0;
|
||||
margin:0;
|
||||
.love {
|
||||
color: #faafba;
|
||||
}
|
||||
.credits {
|
||||
margin-top: 25px;
|
||||
margin-bottom: 25px;
|
||||
text-align: center;
|
||||
color: #666;
|
||||
font-size: 12px;
|
||||
}
|
Reference in New Issue
Block a user