Spaces:
Runtime error
Runtime error
File size: 371 Bytes
e086001 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
.container {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
#row-flex {
display: flex;
align-items: center;
justify-content: center;
}
a,
a:hover,
a:visited {
text-decoration-line: underline;
font-weight: 600;
color: #1f2937 !important;
}
.dark a,
.dark a:hover,
.dark a:visited {
color: #f3f4f6 !important;
}
|