mirror of
https://github.com/wassname/bootstrap-landing-pages.git
synced 2026-07-20 12:20:20 +08:00
Merge branch 'master' into gh-pages
This commit is contained in:
+3
-1
@@ -30,7 +30,9 @@ Left column
|
||||
color: #fff;
|
||||
font-weight: 700;
|
||||
font-size: 36px;
|
||||
padding: 24px 0 0 24px;
|
||||
margin: 48px;
|
||||
border: 2px solid white;
|
||||
text-align: center;
|
||||
}
|
||||
.full-image {
|
||||
display: block;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
|
||||
/* resize .full-image class when the windows height change */
|
||||
$(document).ready(function() {
|
||||
|
||||
$('.full-image').css({'height':(($(window).height()))+'px'});
|
||||
|
||||
Reference in New Issue
Block a user