removed bullets for ul

This commit is contained in:
davidovski 2022-05-23 22:44:15 +01:00
parent 8c90873914
commit 0b292997d5
1 changed files with 5 additions and 0 deletions

View File

@ -150,6 +150,11 @@ pre {
float: right; float: right;
} }
ul {
list-style-type: none;
margin: 0;
}
img { img {
width: 100%; width: 100%;
} }