We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d8b40 commit 67a2307Copy full SHA for 67a2307
assets/css/style.css
@@ -375,16 +375,18 @@ html {
375
z-index: 1;
376
margin: 0 auto;
377
max-width: 600px;
378
- #padding-top: 1000px; /* cima */
+ #padding-top: 100px; /* cima */
379
#padding-right: 100px; /* direita */
380
#padding-bottom: 100px; /* baixo */
381
#padding-left: 100px;
382
color: #fff;
383
+ font-weight: bold;
384
}
385
386
.capa_sobre_content a {
387
color: #fff; /* força o link branco */
- text-decoration: underline; /* sublinha o link */
388
+ text-decoration: underline;
389
390
391
392
/* opcional: muda a cor ao passar o mouse */
0 commit comments