Spaces:
Runtime error
Runtime error
File size: 527 Bytes
5d43e8a 52f3a44 5d43e8a 3938d96 5d43e8a 3938d96 5d43e8a |
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 27 28 29 30 31 32 33 34 35 36 37 38 |
#col-container {
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.heightfit{
height:80px;
}
#row-flex {
display: flex;
align-items: center;
justify-content: center;
}
.leftimage .rightimage{
float:left;
}
.leftimage{
padding-top:27px;
margin-left:210px;
}
.rightimage{
margin-right:210px;
margin-top:15px;
}
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;
}
|