This commit is contained in:
2024-07-25 11:41:17 +05:45
parent 4decfbc0f4
commit 8d8eec6a03
3 changed files with 63 additions and 55 deletions

View File

@@ -950,3 +950,14 @@ h6{
.mr-250{
margin-right: -650px;
}
.ml-350{
margin-left: -350px;
}
.text-left{
text-align: left !important;
}
.text-right{
text-align: right !important;
}