8 lines
227 B
CSS
8 lines
227 B
CSS
|
.mainPageInf{
|
||
|
width: 70% !important;
|
||
|
min-width: 320px !important;
|
||
|
height: fit-content !important;
|
||
|
background-color: rgba(66,66,66,0.8) !important;
|
||
|
padding:2% !important;
|
||
|
border-radius: 20px !important;
|
||
|
}
|