Try it with A in there too.
This commit is contained in:
parent
34617be799
commit
63784eea6f
1 changed files with 11 additions and 0 deletions
11
local.css
11
local.css
|
@ -31,6 +31,17 @@ footer {
|
|||
padding-bottom: 15px;
|
||||
}
|
||||
}
|
||||
.navbar-nav > li > span > a {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
line-height: 20px;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.navbar-nav > li > span > a {
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
}
|
||||
.copyleft-navbar .createlink a:focus,
|
||||
.copyleft-navbar .createlink a:active,
|
||||
.copyleft-navbar .createlink a:hover,
|
||||
|
|
Loading…
Reference in a new issue