Upate
This commit is contained in:
parent
df0f0766ca
commit
1ae7fe3dc2
|
@ -298,6 +298,7 @@
|
||||||
padding-left: 1.5rem;
|
padding-left: 1.5rem;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
margin-left: 1rem;
|
margin-left: 1rem;
|
||||||
|
width: calc(100% - 1rem);
|
||||||
border-left: #a9a9a9 0.1rem solid;
|
border-left: #a9a9a9 0.1rem solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -355,7 +356,7 @@
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 1080px) {
|
@media only screen and (max-width: 1210px) {
|
||||||
|
|
||||||
#text-container {
|
#text-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -366,6 +367,10 @@
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#toggle-content img {
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#table-content {
|
#table-content {
|
||||||
position: relative;
|
position: relative;
|
||||||
border: #a9a9a9 0.1rem solid;
|
border: #a9a9a9 0.1rem solid;
|
||||||
|
@ -377,6 +382,10 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.module {
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue