Merge branch 'rama_carmen'

This commit is contained in:
José Conde
2023-09-03 20:25:17 +02:00
14 changed files with 66 additions and 65 deletions

View File

@@ -34,7 +34,7 @@ import DifferentBox from './DifferentBox.vue';
font-size: 20px;
line-height: 34px;
text-align: center;
font-weight: 400;
font-weight: 200;
margin-bottom: 50px;
}
.boxes {

View File

@@ -23,7 +23,7 @@ export default {
.name {
margin: 36px 0 0;
font-weight: 700;
font-weight: 300;
font-size: 24px;
line-height: 28px;
padding: 0;
@@ -31,7 +31,7 @@ export default {
.role {
margin: 28px 0 0;
font-weight: 500;
font-weight: 200;
font-size: 16px;
line-height: 23.44px;
padding: 0;

View File

@@ -36,7 +36,7 @@ export default {
.description {
font-style: normal;
font-weight: 400;
font-weight: 300;
font-size: 16px;
line-height: 21px;
color: #1E1E1E;

View File

@@ -115,7 +115,7 @@ export default {
<style lang="scss" scoped>
h3 {
font-weight: 500;
font-weight: 300;
font-size: 36px;
line-height: 50px;
text-align: left;