mirror of
https://git.cant.at/Madeorsk/PollVerlaine
synced 2024-10-31 23:54:32 +01:00
Add link to the code in the footer.
This commit is contained in:
parent
f213622196
commit
c41d9fdd07
@ -10,7 +10,7 @@
|
||||
<body>
|
||||
<?= $body_content ?>
|
||||
<footer>
|
||||
<a>I am on GitHub!</a>
|
||||
<a href="https://git.cant.at/Madeorsk/PollVerlaine" target="_blank">Here is my code!</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -97,6 +97,8 @@ footer
|
||||
font-weight: 700;
|
||||
text-align: center;
|
||||
}
|
||||
footer a
|
||||
{ color: #8E8E8E; text-decoration: none; }
|
||||
|
||||
@media screen and (max-width: 640px)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user