File tree Expand file tree Collapse file tree 3 files changed +14
-10
lines changed
scaladoc/resources/dotty_res/styles Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ <h1>{{ page.title }}</h1>
2525
2626 {% if page.author and page.authorImg %}
2727 < hr />
28- < footer >
28+ < div class =" blog-author " >
2929 < img id ="author-img " src ="{{ site.baseurl }}{{ page.authorImg }} ">
3030 < span id ="author-signature ">
3131 {{ page.author }}
3232 </ span >
33- </ footer >
33+ </ div >
3434 {% endif %}
3535</ main >
Original file line number Diff line number Diff line change @@ -73,12 +73,12 @@ h5:hover a.anchor:hover {
7373 color : var (--secondary );
7474}
7575
76-
77- /* footer */
78- footer {
79- color : grey;
76+ /* blog footer */
77+ .blog-author {
78+ color : gray;
8079}
81- footer img # author-img {
80+
81+ .blog-author img # author-img {
8282 width : auto;
8383 height : auto;
8484 max-width : 100px ;
Original file line number Diff line number Diff line change @@ -430,8 +430,9 @@ Same solution is already used in Dokka.
430430/* Footer */
431431footer {
432432 display : flex;
433+ bottom : 0px ;
433434 align-items : center;
434- position : relative ;
435+ position : fixed ;
435436 margin-top : 1rem ;
436437 margin-left : var (--side-width );
437438 width : calc (100% - var (--side-width ));
@@ -666,6 +667,10 @@ footer .pull-right {
666667 margin-right : 5% ;
667668}
668669
670+ footer {
671+ color : grey;
672+ }
673+
669674footer .socials {
670675 margin-left : 10px ;
671676 margin-right : 10px ;
@@ -684,8 +689,7 @@ footer .socials {
684689}
685690
686691# generated-by {
687- position : absolute;
688- right : 10px ;
692+ margin-right : 20px ;
689693 display : flex;
690694 align-items : center;
691695}
You can’t perform that action at this time.
0 commit comments