Skip to content

Commit 1e77de8

Browse files
authored
Update style.css
Changing font-size
1 parent 67a2307 commit 1e77de8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

assets/css/style.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,10 @@ html {
366366
}
367367

368368
.capa_sobre_content {
369+
font-family: 'Inter', sans-serif !important;
370+
font-size: 1em;
371+
font-weight: 400;
372+
line-height: 137% !important;
369373
position: absolute;
370374
inset: 0; /* ocupa todo o container */
371375
display: flex;
@@ -375,16 +379,12 @@ html {
375379
z-index: 1;
376380
margin: 0 auto;
377381
max-width: 600px;
378-
#padding-top: 100px; /* cima */
379-
#padding-right: 100px; /* direita */
380-
#padding-bottom: 100px; /* baixo */
381-
#padding-left: 100px;
382-
color: #fff;
382+
color: #ffffff;
383383
font-weight: bold;
384384
}
385385

386386
.capa_sobre_content a {
387-
color: #fff; /* força o link branco */
387+
color: #ffffff; /* força o link branco */
388388
text-decoration: underline;
389389
font-weight: bold;
390390
}

0 commit comments

Comments
 (0)