robertselvam's picture
Update style.css
d9fc86c
raw
history blame
293 Bytes
#col-container {
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
#row-flex {
display: flex;
align-items: center;
justify-content: center;
}
.left.right{
float:left;
}
.left{
padding-top:27px;
margin-left:210px;
}
.right{
margin-right:210px;
margin-top:15px;
}