Clean up vuejs frontend css
This commit is contained in:
parent
836f720a42
commit
778ebf2ba4
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user