adding first template to the repo for a generic website page
This commit is contained in:
parent
16064bed2d
commit
d324a24268
4 changed files with 96 additions and 3 deletions
|
|
@ -254,6 +254,7 @@
|
|||
|
||||
.hero-unit {
|
||||
background-color: #f5f5f5;
|
||||
margin-top: 60px;
|
||||
margin-bottom: 30px;
|
||||
padding: 60px;
|
||||
.border-radius(6px);
|
||||
|
|
@ -269,7 +270,11 @@
|
|||
line-height: @baseline * 1.5;
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-top: @baseline - 1;
|
||||
padding-top: @baseline - 1;
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
|
||||
// PAGE HEADERS
|
||||
// ------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue