Puts width in right place
Props @corvannoorloos
This commit is contained in:
parent
47267e9fd5
commit
4bba66e25e
1 changed files with 4 additions and 3 deletions
|
@ -28,6 +28,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
a {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
:hover > a {
|
||||
}
|
||||
|
||||
|
@ -35,9 +39,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
a {
|
||||
width: 200px;
|
||||
}
|
||||
li:hover > ul {
|
||||
left: auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue