File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ button#explorer {
3434 align-items : center ;
3535
3636 & h2 {
37- font-size : 1 rem ;
37+ font-size : 0.9 rem ;
3838 display : inline-block ;
3939 margin : 0 ;
4040 }
@@ -99,6 +99,8 @@ button#explorer {
9999 text-overflow : ellipsis ;
100100 white-space : nowrap ;
101101 display : block ;
102+ font-size : 0.85rem ;
103+ line-height : 1.4rem ;
102104 }
103105 }
104106 > #explorer-ul {
@@ -124,9 +126,9 @@ svg {
124126 & div > a {
125127 color : var (--secondary );
126128 font-family : var (--headerFont );
127- font-size : 0.95 rem ;
129+ font-size : 0.85 rem ;
128130 font-weight : $semiBoldWeight ;
129- line-height : 1.5 rem ;
131+ line-height : 1.4 rem ;
130132 display : inline-block ;
131133 overflow : hidden ;
132134 text-overflow : ellipsis ;
@@ -151,12 +153,12 @@ svg {
151153 font-family : var (--headerFont );
152154
153155 & span {
154- font-size : 0.95 rem ;
156+ font-size : 0.85 rem ;
155157 display : inline-block ;
156158 color : var (--secondary );
157159 font-weight : $semiBoldWeight ;
158160 margin : 0 ;
159- line-height : 1.5 rem ;
161+ line-height : 1.4 rem ;
160162 pointer-events : none ;
161163 overflow : hidden ;
162164 text-overflow : ellipsis ;
You can’t perform that action at this time.
0 commit comments