les stats sont responsive now
这个提交包含在:
父节点
51815cecd5
当前提交
6aabc12328
共有 2 个文件被更改,包括 16 次插入 和 7 次删除
|
|
@ -122,6 +122,9 @@ main {
|
|||
|
||||
@media (max-width: 700px) {
|
||||
|
||||
.planning-container {
|
||||
font-size: 2vh;
|
||||
}
|
||||
.column {
|
||||
width: 50%;
|
||||
}
|
||||
|
|
@ -179,4 +182,8 @@ main {
|
|||
.column div.day:after {
|
||||
content: none;
|
||||
}
|
||||
|
||||
.column div.hour:after {
|
||||
content: "h";
|
||||
}
|
||||
}
|
||||
|
|
@ -25,8 +25,6 @@ table.out {
|
|||
|
||||
span.box-point {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
margin-top: 10px;
|
||||
display: block;
|
||||
width: 80%;
|
||||
height: 70px;
|
||||
|
|
@ -34,8 +32,7 @@ span.box-point {
|
|||
border-radius: 20px;
|
||||
color: white;
|
||||
border: 3px solid white;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin: 10px auto 0;
|
||||
}
|
||||
|
||||
table.in {
|
||||
|
|
@ -56,7 +53,12 @@ table.in .right {
|
|||
background-color: white;
|
||||
color: black;
|
||||
padding: 20px;
|
||||
margin: 30px;
|
||||
margin-top: 0;
|
||||
font-size: 1.5rem;
|
||||
margin: 0 3.5vw 3.5vw;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
@media (max-width: 700px) {
|
||||
table.out {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
正在加载…
在新工单中引用