Update layout

This commit is contained in:
MD. Ariful Alam
2021-08-21 22:33:16 +06:00
parent ec5344f0c9
commit 147691a39b
3 changed files with 46 additions and 96 deletions

View File

@@ -45,7 +45,7 @@ html:not([data-theme="luxury"]),
html:not([data-theme="dracula"]) {
@include meta.load-css("node_modules/antd/dist/antd.css", $with: null);
p {
p, ul {
margin-bottom: 0;
}
}
@@ -58,7 +58,7 @@ html[data-theme="luxury"],
html[data-theme="dracula"] {
@include meta.load-css("node_modules/antd/dist/antd.dark.css", $with: null);
p {
p, ul {
margin-bottom: 0;
}
}