Skip to content

Commit

Permalink
Update _common.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehranalam authored Apr 4, 2024
1 parent 30b4a7d commit 44714e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/scss/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ body {

ol,
ul {
list-style-type: none;
list-style-type: square;
margin: 0px;
}

Expand Down Expand Up @@ -380,9 +380,9 @@ textarea.form-control{

li {
position: relative;
padding-left: 20px;
padding-left: 30px;
margin-bottom: 10px;
list-style-type: none;
list-style-type: square;
}
}

Expand Down

0 comments on commit 44714e1

Please sign in to comment.