File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ a.link {
4949 justify-content : center;
5050 align-items : center;
5151 gap : 1rem ;
52+ margin-top : 20px ;
53+ flex-direction : column;
5254}
5355
5456.logoGroup img {
@@ -60,3 +62,10 @@ a.link {
6062 font-weight : 600 ;
6163 margin-bottom : -0.2rem ;
6264}
65+
66+ @media (min-width : 768px ) {
67+ .logoGroup {
68+ margin-top : 0 ;
69+ flex-direction : row;
70+ }
71+ }
Original file line number Diff line number Diff line change @@ -335,6 +335,11 @@ table {
335335 border : 1px solid var (--color-light-grey );
336336}
337337
338+ .scrollToTop ,
339+ .editPage {
340+ display : none;
341+ }
342+
338343.editPage : hover ,
339344.scrollToTop : hover {
340345 border-color : var (--color-secondary );
@@ -388,6 +393,11 @@ a.active {
388393 padding-left : 0 ;
389394 padding-right : 0 ;
390395 }
396+
397+ .scrollToTop ,
398+ .editPage {
399+ display : block;
400+ }
391401}
392402
393403.editPage {
You can’t perform that action at this time.
0 commit comments