Added css class mx-8

This commit is contained in:
Eraldo Hasanaj
2019-01-18 12:10:21 +01:00
parent 29faf3ce23
commit 615aefba45

View File

@@ -1,6 +1,7 @@
/* You can add global styles to this file, and also import other style files */
body {
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
margin: 0px;
}
.align-left {
@@ -21,4 +22,9 @@ body {
.pt-5 {
padding-top: 5px;
}
.mx-8 {
margin-left: 8px;
margin-right: 8px;
}