mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
java-spring: change media from 970px to 986px
This commit is contained in:
@ -142,12 +142,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.copy {
|
.copy {
|
||||||
/*margin-right: 0.5%;*/
|
margin:auto;
|
||||||
padding-right: 1%;
|
padding-right: 3%;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer table tr td:first-child {
|
footer table tr td:first-child {
|
||||||
margin-left: 2%;
|
margin-left: auto;
|
||||||
padding-left: 1%;
|
padding-left: 1%;
|
||||||
margin-right: 1.5%;
|
margin-right: 1.5%;
|
||||||
}
|
}
|
||||||
@ -217,7 +217,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 970px) and (min-width: 890px) {
|
@media (max-width: 986px) and (min-width: 890px) {
|
||||||
.tableHeader {
|
.tableHeader {
|
||||||
width: 75%;
|
width: 75%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user