This commit is contained in:
2025-11-28 15:45:20 +08:00
parent 3ac31e7dfc
commit fd9e87332a
4 changed files with 11 additions and 10 deletions

View File

@@ -1,11 +1,11 @@
.footer {
.prodline-footer-box{
width: 100%;
padding: 3rem 0;
}
.footer-img {
.prodline-footer-box-img {
width: 90%;
margin: 0 auto;
}
.footer-img img {
.prodline-footer-box-img img {
width: 100%;
}

View File

@@ -1,11 +1,12 @@
.footer {
.prodline-footer-box{
width: 100%;
padding: 3rem 0;
}
.footer-img {
.prodline-footer-box-img {
width: 90%;
max-width: 1690px;
margin: 0 auto;
}
.footer-img img {
.prodline-footer-box-img img {
width: 100%;
}