Skip to content

Instantly share code, notes, and snippets.

View alivtar's full-sized avatar

Ali Baghban alivtar

View GitHub Profile
/* Material-UI like container */
.CustomContainer {
width: 100%;
display: block;
margin-right: auto;
margin-left: auto;
padding-right: 20px;
padding-left: 20px;
}