Compare commits

..

2 Commits

Author SHA1 Message Date
pateljannat
edddd830c1 fix: added min and max width to container padding 2021-07-20 12:51:14 +05:30
Rushabh Mehta
276d64a66a fix(style): don't mess with global container styles 2021-07-20 09:30:58 +05:30
2 changed files with 2 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ app_license = "AGPL"
# app_include_js = "/assets/community/js/community.js"
# include js, css files in header of web template
web_include_css = "community.bundle.css"
# web_include_css = "/assets/community/css/community.css"
# web_include_js = "/assets/community/js/community.js"

View File

@@ -390,7 +390,7 @@ input[type=checkbox] {
letter-spacing: -0.0175em
}
@media (min-width: 576px) {
@media (min-width: 576px) and (max-width: 992px) {
.container {
padding-left: 1rem;
padding-right: 1rem;