Update styles.fix.css

This commit is contained in:
myvesta 2023-06-04 20:25:37 +02:00 committed by GitHub
parent 2a3de783ae
commit ff61a26f69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -497,7 +497,7 @@ b, strong {
.l-content .l-center .io-box .io-box-left {
float: left;
width: calc(100% - 800px);
min-width: 283px;
/*min-width: 283px;*/
text-align: center;
}
.l-content .l-center .io-box .io-box-left .io-box-left-items {
@ -508,6 +508,7 @@ b, strong {
margin-bottom: 20px;
background: #fff;
border-radius: 3px;
min-width: 125px;
}
.l-content .l-center .io-box .io-box-left .io-box-left-items a {
display: block;
@ -541,6 +542,22 @@ b, strong {
.l-content .l-center .io-box .io-box-left .io-4-homepage-block a {
color: #58666f;
}
.l-content .l-center .io-box .io-box-left .io-1-homepage-block span {
padding: 5px;
}
.l-content .l-center .io-box .io-box-left .io-2-homepage-block span {
padding: 5px;
}
.l-content .l-center .io-box .io-box-left .io-3-homepage-block span {
padding: 5px;
}
.l-content .l-center .io-box .io-box-left .io-4-homepage-block span {
padding: 5px;
}
.l-content .l-center .io-box .io-box-left .io-5-homepage-block span {
padding: 5px;
}
.l-content .l-center .io-box .io-box-left .io-5-homepage-block {
width: calc(100% - 20px);
color: #98a6ac;