Skip to content

Commit

Permalink
more create/patch subject styling
Browse files Browse the repository at this point in the history
  • Loading branch information
masinnae committed May 23, 2024
1 parent 173b4ae commit cfd49f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-card variant="text" class="title-card" width="100%" height="300px">
<v-card variant="text" class="title-card" width="100%" height="325">
<v-card-title class="title">
{{ title }}
</v-card-title>
Expand Down Expand Up @@ -135,19 +135,17 @@ watch(subjectMail, (newValue) => {
}
.form-elem {
margin-bottom: 2vh;
margin-top: -3vh;
margin-bottom: 20px;
}
.form-elem-academic {
max-width: 20vw;
}
.title {
font-size: 32px;
margin-bottom: 5px;
letter-spacing: -0.5px;
text-transform: capitalize;
font-weight: bold;
margin-bottom: 4vh;
font-family: "Poppins", sans-serif;
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ defineProps<{

<style scoped>
.header-img {
height: 300px;
height: 325px;
}
</style>

0 comments on commit cfd49f7

Please sign in to comment.