Update main.css
This commit is contained in:
parent
aa00d360a4
commit
df981db1d1
1 changed files with 3 additions and 1 deletions
|
@ -185,7 +185,6 @@ img {
|
||||||
/* Multi-level navigation links */
|
/* Multi-level navigation links */
|
||||||
.navbar-custom .nav .navlinks-container {
|
.navbar-custom .nav .navlinks-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
.navbar-custom .nav .navlinks-parent:after {
|
.navbar-custom .nav .navlinks-parent:after {
|
||||||
content: " \25BC";
|
content: " \25BC";
|
||||||
|
@ -213,6 +212,9 @@ img {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media only screen and (min-width: 768px) {
|
@media only screen and (min-width: 768px) {
|
||||||
|
.navbar-custom .nav .navlinks-container {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
.navbar-custom .nav .navlinks-container:hover {
|
.navbar-custom .nav .navlinks-container:hover {
|
||||||
background: #eee;
|
background: #eee;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue