Skip to content

Commit

Permalink
Fix legal page broken style (#148)
Browse files Browse the repository at this point in the history
Signed-off-by: mohin7 <[email protected]>
  • Loading branch information
mohin7 authored May 11, 2024
1 parent bb00b6a commit 58fdfad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion process-css.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ fs.readFile(cssFilePath, (err, css) => {
/^select2-/,
/^formserv/,
/^ss-/,
/^owl-/
/^owl-/,
/^item/
],
greedy: [
// /^header-/,
Expand Down
6 changes: 4 additions & 2 deletions static/assets/sass/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 58fdfad

Please sign in to comment.