mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-04 13:30:24 +00:00
fix example css
This commit is contained in:
parent
3da46631e7
commit
ce18736cd8
1 changed files with 3 additions and 3 deletions
|
|
@ -27,13 +27,13 @@ body {
|
|||
float: none;
|
||||
}
|
||||
.nav-link {
|
||||
text-align: center;
|
||||
margin-bottom: 5px;
|
||||
width: 100%;
|
||||
margin-bottom: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.nav-item {
|
||||
.nav-item {
|
||||
display: table-cell;
|
||||
width: 1%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue