Spaces:
Runtime error
Runtime error
File size: 326 Bytes
e48abce |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
#col-container {
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
#row-flex {
display: flex;
align-items: center;
justify-content: center;
}
.filenameshow{
height:85px;
}
.spaceH{
padding-top:45px;
}
.logoimage{
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
} |