Layout changes to code credits. Link color change.

This commit is contained in:
codevictory
2021-07-03 17:38:11 +03:00
parent c65fa6b336
commit 32daf368c9
3 changed files with 4 additions and 9 deletions

View File

@@ -121,11 +121,6 @@ footer {
margin-top: 10px; margin-top: 10px;
} }
} }
.credits {
position: relative;
left: 16px;
}
} }
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {

View File

@@ -33,7 +33,7 @@ section.logo ~ section.main {
} }
.generic-link { .generic-link {
color: blue; color: #2222ed;
text-decoration: underline; text-decoration: underline;
} }

View File

@@ -60,11 +60,11 @@
> >
</div> </div>
</div> </div>
<div class="credits"> <div>
<a href="https://github.com/codevictory/runosaari.net" <a class="generic-link" href="https://github.com/codevictory/runosaari.net"
>lähdekoodi</a >lähdekoodi</a
> >
| by codevictory by codevictory
</div> </div>
</footer> </footer>
</body> </body>