Clean up vuejs frontend css

This commit is contained in:
Lucas Schumacher 2024-06-20 21:56:33 -04:00
parent 836f720a42
commit 778ebf2ba4

View File

@ -16,20 +16,10 @@ const props = defineProps(['title', 'blurb', 'link'])
<style scoped> <style scoped>
h1 { h1 {
font-weight: 500; font-weight: 500;
font-size: 2.6rem;
position: relative; position: relative;
top: -10px;
} }
h3 { h3 {
font-size: 1.2rem; font-size: 1.2rem;
} }
@media (min-width: 1024px) {
.blurb h1,
.blurb h3 {
text-align: left;
}
}
</style> </style>