code added

This commit is contained in:
2023-05-01 14:23:56 +05:30
parent 9a63b4dcdc
commit bf783a338b
15 changed files with 176 additions and 165 deletions
+10 -4
View File
@@ -31778,12 +31778,12 @@ input[type=number]::-webkit-outer-spin-button {
white-space: nowrap;
text-align: center;
line-height: 18px;
padding: 0 6px;
height: 18px;
background: #6a59d3;
padding: 0 7px;
height: 17px;
background: #dc3545;
position: absolute;
border-radius: 50%;
font-size: 12px;
font-size: 10px;
color: #fff;
left: 22px;
top: -8px;
@@ -31816,4 +31816,10 @@ input[type=number]::-webkit-outer-spin-button {
height: 15px;
width: 15px;
margin-top: 4px;
}
@media (max-width: 768px) {
#carouselExampleAutoplaying{
padding-top: 3rem;
}
}