Commit 517c4112 by NGO THI HONG

Update header css

parent c4e06868
......@@ -14616,6 +14616,26 @@ a.bg-white:focus,a.bg-white:hover,button.bg-white:focus,button.bg-white:hover {
margin-left: 3rem!important
}
.m-6 {
margin: 3.5rem!important
}
.mt-6,.my-6 {
margin-top: 3.5rem!important
}
.mr-6,.mx-6 {
margin-right: 3.5rem!important
}
.mb-6,.my-6 {
margin-bottom: 3.5rem!important
}
.ml-6,.mx-6 {
margin-left: 3.5rem!important
}
.p-0 {
padding: 0!important
}
......
......@@ -38,16 +38,14 @@ ul.message-list li.read{
}
/* task list */
.task-list li a > div:nth-of-type(2){
min-height: 45px;
}
.view-block {
display: grid;
grid-template-columns: repeat(4,1fr);
grid-template-columns: repeat(3,1fr);
column-gap: 10px;
}
@media screen and (max-width: 992px) {
.view-block {
grid-template-columns: repeat(3,1fr);
}
}
@media screen and (max-width: 767px) {
.view-block {
grid-template-columns: repeat(2,1fr);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment