changes
This commit is contained in:
3
css/bootstrap.min.css
vendored
3
css/bootstrap.min.css
vendored
@ -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 */
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user