make scroll navigation items full width
This commit is contained in:
parent
302a5d8171
commit
ac8f4effa7
|
@ -273,6 +273,7 @@ nav[role='navigation'] {
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
width: 100%;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
padding: 10px 12px;
|
padding: 10px 12px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
|
Loading…
Reference in New Issue