Commit f09c2ca1 authored by Quan Nguyen's avatar Quan Nguyen

070620 - end

parent 88b2376b
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
/* custom CSS */ /* custom CSS */
.form-item{ .form-item {
margin-top: 0; margin-top: 0;
} }
.new-detail__comment #edit-actions{
.new-detail__comment #edit-actions {
text-align: right; text-align: right;
} }
ul.inline li{ ul.inline li {
padding: 0 10px 0 0 !important; padding: 0 10px 0 0 !important;
} }
...@@ -16,8 +17,23 @@ ul.inline li{ ...@@ -16,8 +17,23 @@ ul.inline li{
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.ctn-720{ .ctn-720 {
max-width: calc(100vw) !important; max-width: calc(100vw) !important;
width: 100% width: 100%
} }
} }
.social-center {
margin: auto;
width: 50%;
}
.se-container {
padding-bottom: 15px;
}
.btn-submit {
margin-top: 20px;
background: #008c3e;
color: white;
}
\ No newline at end of file
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