mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-06 22:30:59 +00:00
Reset padding on homepage links
This commit is contained in:
parent
356100e74e
commit
eba9b4de6c
1 changed files with 3 additions and 1 deletions
|
|
@ -81,7 +81,9 @@ body {
|
|||
|
||||
/* Textual links */
|
||||
.bs-masthead-links {
|
||||
margin: 20px 0;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.bs-masthead-links li {
|
||||
|
|
|
|||
Loading…
Reference in a new issue