Skip to content

Commit 67a2307

Browse files
authored
Update style.css
Text turning bold
1 parent d9d8b40 commit 67a2307

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

assets/css/style.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,16 +375,18 @@ html {
375375
z-index: 1;
376376
margin: 0 auto;
377377
max-width: 600px;
378-
#padding-top: 1000px; /* cima */
378+
#padding-top: 100px; /* cima */
379379
#padding-right: 100px; /* direita */
380380
#padding-bottom: 100px; /* baixo */
381381
#padding-left: 100px;
382382
color: #fff;
383+
font-weight: bold;
383384
}
384385

385386
.capa_sobre_content a {
386387
color: #fff; /* força o link branco */
387-
text-decoration: underline; /* sublinha o link */
388+
text-decoration: underline;
389+
font-weight: bold;
388390
}
389391

390392
/* opcional: muda a cor ao passar o mouse */

0 commit comments

Comments
 (0)