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