2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

more reboot updates

This commit is contained in:
Mark Otto
2015-04-16 19:33:42 -07:00
parent 0ab1576ae2
commit b1f48d3098
4 changed files with 55 additions and 43 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+34 -34
View File
@@ -2,44 +2,44 @@
// Page headers
//
.bd-header {
padding-top: 2rem;
padding-bottom: 2rem;
margin-bottom: 2rem;
text-align: center;
background-color: $bd-purple;
// .bd-header {
// padding-top: 2rem;
// padding-bottom: 2rem;
// margin-bottom: 2rem;
// text-align: center;
// background-color: $bd-purple;
.container {
position: relative;
}
// .container {
// position: relative;
// }
h1 {
margin-top: 0;
color: #fff;
}
// h1 {
// margin-top: 0;
// color: #fff;
// }
p {
margin-bottom: 0;
font-weight: 300;
color: rgba(255,255,255,.65);
}
// p {
// margin-bottom: 0;
// font-weight: 300;
// color: rgba(255,255,255,.65);
// }
@media (min-width: 768px) {
text-align: left;
// @media (min-width: 768px) {
// text-align: left;
h1 {
font-size: 4rem;
line-height: 1;
}
}
// h1 {
// font-size: 4rem;
// line-height: 1;
// }
// }
@media (min-width: 992px) {
padding-top: 4rem;
padding-bottom: 4rem;
// @media (min-width: 992px) {
// padding-top: 4rem;
// padding-bottom: 4rem;
h1,
p {
margin-right: 380px;
}
}
}
// h1,
// p {
// margin-right: 380px;
// }
// }
// }