mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
fixes #10372: two download buttons on homepage; also fixes broke button styles
This commit is contained in:
+8
-5
@@ -222,11 +222,8 @@ body {
|
||||
line-height: 1;
|
||||
color: #fff;
|
||||
}
|
||||
.bs-masthead .btn-outline {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
padding: 18px 24px;
|
||||
font-size: 21px;
|
||||
.bs-masthead .btn-outline-inverse {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
/* Links to project-level content like the repo, Expo, etc */
|
||||
@@ -260,6 +257,12 @@ body {
|
||||
margin-right: 25%;
|
||||
font-size: 30px;
|
||||
}
|
||||
.bs-masthead .btn-outline-inverse {
|
||||
width: auto;
|
||||
margin: 20px 5px 20px 0;
|
||||
padding: 18px 24px;
|
||||
font-size: 21px;
|
||||
}
|
||||
.bs-masthead-links {
|
||||
padding: 0;
|
||||
text-align: left;
|
||||
|
||||
Reference in New Issue
Block a user