We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb421b commit 071c787Copy full SHA for 071c787
1 file changed
docs/assets/css/style.css
@@ -789,7 +789,7 @@ a {
789
text-transform: uppercase;
790
white-space: nowrap;
791
color: transparent;
792
- -webkit-text-stroke: 1px rgba(243, 242, 238, 0.18);
+ -webkit-text-stroke: 2px rgba(243, 242, 238, 0.18);
793
opacity: 0;
794
transform: translate3d(0.85rem, 0, 0) rotate(-90deg);
795
transform-origin: right bottom;
@@ -807,7 +807,7 @@ a {
807
margin: 0;
808
display: grid;
809
gap: 0.48rem;
810
- padding-top: var(--mobile-menu-top, 272px);
+ padding-top: var(--mobile-menu-top, 128px);
811
padding-right: 0;
812
padding-bottom: 34px;
813
padding-left: 0;
0 commit comments