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 2461316 commit b0eb94eCopy full SHA for b0eb94e
src/app/styles/layout/_stateContainer.scss
@@ -87,16 +87,18 @@
87
.router-link {
88
height: 100%;
89
// width: 34%;
90
- width: 8%;
+ width: 10%;
91
display: flex;
92
justify-content: center;
93
align-items: center;
94
background-color: $navbar-unselected;
95
text-decoration: none;
96
color: $navbar-unselected-text;
97
98
+ font-size: 75%;
99
// border-top-right-radius: 10px;
100
// border-top-left-radius: 10px;
101
+ overflow: hidden;
102
}
103
104
.map-tab1 {
0 commit comments