feat: added back issues, tested better input styling but didnt look too good

This commit is contained in:
2024-10-05 17:48:34 -05:00
parent 56530685e2
commit 316a4bf20f
2 changed files with 6 additions and 1 deletions

View File

@@ -115,7 +115,8 @@
<div class="footy-interior"> <div class="footy-interior">
<p>Created by <a href="https://www.linkedin.com/in/derekyujirchen/">Derek Chen.</a> <p>Created by <a href="https://www.linkedin.com/in/derekyujirchen/">Derek Chen.</a>
<!-- because VAPA lecture was a bit boring that day --> <!-- because VAPA lecture was a bit boring that day -->
Help keep the site up by <a href="https://www.paypal.com/donate/?business=ND35WHTPKM494&no_recurring=0&item_name=Help+support+our+grade+distribution+site+and+other+tools%21&currency_code=USD">supporting it here!</a></p> Help keep the site up by <a href="https://www.paypal.com/donate/?business=ND35WHTPKM494&no_recurring=0&item_name=Help+support+our+grade+distribution+site+and+other+tools%21&currency_code=USD">donating!</a>
Report feedback <a href="https://github.com/DereC4/ut-grade-distribution-viewer/issues">here!</a></p>
<!-- <iframe <!-- <iframe
src="https://ghbtns.com/github-btn.html?user=Derec4&repo=ut-grade-distribution-viewer&type=star&count=true&size=large" src="https://ghbtns.com/github-btn.html?user=Derec4&repo=ut-grade-distribution-viewer&type=star&count=true&size=large"
frameborder="0" scrolling="0" width="100" height="30" title="GitHub"> frameborder="0" scrolling="0" width="100" height="30" title="GitHub">

View File

@@ -386,6 +386,10 @@ h1 {
transform: translateX(24px); transform: translateX(24px);
} }
/* form {
text-align: right;
} */
/* Tablet */ /* Tablet */
@media (min-width:600px) { @media (min-width:600px) {
:root { :root {