diff --git a/front/src/assets/main.scss b/front/src/assets/main.scss index e2c74d1..df3b243 100644 --- a/front/src/assets/main.scss +++ b/front/src/assets/main.scss @@ -19,7 +19,7 @@ body { .container { display: grid; grid-template-columns: 16rem 1fr; - grid-template-rows: 4rem 1fr; + grid-template-rows: 6rem 1fr; gap: 0px 0px; grid-template-areas: "header header" @@ -36,6 +36,7 @@ body { .header { grid-area: header; justify-content: center; + } .main { @@ -83,12 +84,22 @@ body { flex-basis: 50%; flex-shrink: 0; } + + &-description { + font-size: 1.05rem; + line-height: 1.2; + } + } .logo { &-header { font-family: 'logo'; - font-size: 3rem; + font-size: 4rem; + + background: linear-gradient(45deg, black, #ff3600); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; } &-img {