Increase right nav max width

This commit is contained in:
Robert Long 2021-08-23 12:59:24 -07:00
parent e0d3c172a4
commit 19902b93e6

View file

@ -22,7 +22,7 @@
.rightNav {
position: absolute;
right: 20px;
max-width: 33%;
max-width: 40%;
white-space: nowrap;
display: flex;
}