Browse Source

Merge branch 'fix_7286_ht' into debug_ht

yujinwen 2 tháng trước cách đây
mục cha
commit
2e14ca0a90
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      src/styles/common.scss

+ 5 - 0
src/styles/common.scss

@@ -13,6 +13,11 @@ div{
 .flex{
   display: flex;
 }
+ul,ol{
+  margin: 0;
+  padding: 0;
+  list-style: none;
+}
 
 
 @media (min-width: 600px) {