cambios 3 de sep-carmen

This commit is contained in:
2023-09-03 20:11:36 +02:00
parent f493178e3c
commit e04b02e28d
16 changed files with 41 additions and 42 deletions

View File

@@ -22,7 +22,7 @@ export default {
}
h3.header {
font-weight: 600;
font-weight: 300;
font-size: 36px;
line-height: 58px;
padding: 175px 230px 0;

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

@@ -36,8 +36,8 @@ export default {
.description {
margin-top: 12px;
font-style: 400;
font-weight: 400;
font-style: 300;
font-weight: 200;
font-size: 20px;
line-height: 24px;
color: #1E1E1E;

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;