Spaces:
Running
Running
| #col-container { | |
| max-width: 800px; | |
| margin-left: auto; | |
| margin-right: auto; | |
| } | |
| .heightfit{ | |
| height:120px; | |
| } | |
| #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 ; | |
| } | |
| .dark a, | |
| .dark a:hover, | |
| .dark a:visited { | |
| color: #f3f4f6 ; | |
| } | |