Browse Source

Fixing the footer!

pull/1/head
Ravi Shah 5 years ago
parent
commit
eabc96f6eb
  1. 2
      static/styles.css
  2. 2
      templates/index.html

2
static/styles.css

@ -21,7 +21,7 @@ a {
border-radius: 4px; border-radius: 4px;
} }
.none {
a.none {
float: none; float: none;
color: dodgerblue; color: dodgerblue;
text-align: inherit; text-align: inherit;

2
templates/index.html

@ -25,7 +25,7 @@
</div> </div>
</div> </div>
<div class="header" style="padding: 10px 10px;"> <div class="header" style="padding: 10px 10px;">
<div class="none"><p style="text-align:center;">Made with &#10084;&#65039; by <a class="none" href="https://www.yeetpc.com/about.html" target="_blank">Ravi Shah</a></p></div>
<p style="text-align:center;">Made with &#10084;&#65039; by <a class="none" href="https://www.yeetpc.com/about.html" target="_blank">Ravi Shah</a></p>
</div> </div>
</body> </body>
</html> </html>
Loading…
Cancel
Save