make scroll navigation items full width

This commit is contained in:
kevin147147 2018-10-18 16:17:17 +02:00 committed by GitHub
parent 302a5d8171
commit ac8f4effa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -273,6 +273,7 @@ nav[role='navigation'] {
}
a {
position: relative;
width: 100%;
display: inline-flex;
padding: 10px 12px;
height: 40px;