File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
src/documentation/templates Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 14
14
< link rel ="
preload "
href ="
https://fonts.googleapis.com/css2?family=Murecho:[email protected] &family=Rubik:ital,wght@0,300..900;1,300..900&display=swap "
as ="
style "
>
15
15
< link href ="
https://fonts.googleapis.com/css2?family=Murecho:[email protected] &family=Rubik:ital,wght@0,300..900;1,300..900&display=swap "
rel ="
stylesheet "
>
16
16
REPLACE_CUSTOM
17
+ < noscript >
18
+ < style >
19
+ html > body > header > nav : first-of-type > div : last-of-type ,
20
+ html > body > main > div : first-of-type > nav : last-of-type > div > div ,
21
+ html > body > main > footer > div {
22
+ display : none;
23
+ }
24
+ html > body > header > nav : first-of-type > : nth-child (2 ): not (a ) {
25
+ left : 100% !important ;
26
+ translate : calc (-15px - 100% ) !important ;
27
+ width : max-content;
28
+ @media (max-width : 700px ) {
29
+ translate : calc (-30px - 100% ) !important ;
30
+ }
31
+ }
32
+ </ style >
33
+ </ noscript >
17
34
</ head >
18
35
< body style ="--hc: 0 "> < script > 0 </ script >
19
36
< header >
You can’t perform that action at this time.
0 commit comments