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

@ -499,7 +499,7 @@ progress {
@media(min-width: 1200px) {
.display-1 {
font-size: 5rem
font-size: 3rem
}
}
@ -6799,7 +6799,6 @@ fieldset:disabled .btn {
@keyframes spinner-border {
to {
transform: rotate(360deg)
/* rtl:ignore */
}
}

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;
}