Skip to content

Commit

Permalink
Testing css fix that for SOME REASON DOESNT SHOW LOCALLY
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumbagel committed Mar 3, 2024
1 parent e68fcf7 commit 35ff00a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -496,14 +496,14 @@ main {
}
.about-text * ul {
list-style-position: inside;
padding-left: 12em;
margin-left: 12em;
/*padding-left: 12em;*/
margin-left: 20px;

}
.about-text * li {
list-style-type: circle;
padding-left: 12em;
margin-left: 12em;
/* padding-left: 12em;*/
/*margin-left: 20px;*/

}

Expand Down

0 comments on commit 35ff00a

Please sign in to comment.