We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896b179 commit 88ecffbCopy full SHA for 88ecffb
css/dining.css
@@ -166,7 +166,6 @@ nav ul li ul li {
166
padding: .45rem .75rem;
167
border-radius: 5px;
168
margin: 20px auto;
169
- box-shadow: 1px 2px 10px rgba(0, 0, 0, .7);
170
cursor: pointer;
171
}
172
/* media query's*/
css/menu.css
@@ -478,6 +478,9 @@ nav ul li ul li {
478
.menu-container {
479
grid-template-columns: repeat(1, 1fr);
480
481
+ .menu-container .menu .description {
482
+ border-radius: 5px;
483
+ }
484
.menu-container .title {
485
grid-column: span 1;
486
0 commit comments