Skip to content

Commit

Permalink
update css
Browse files Browse the repository at this point in the history
  • Loading branch information
TetiZ committed Jan 23, 2024
1 parent f7fadb1 commit df86b06
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions src/css/base/common.css
Original file line number Diff line number Diff line change
@@ -1,35 +0,0 @@
/* Reset styles */
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0;
}

p:last-child {
margin-bottom: 0;
}

ul {
margin: 0;
padding: 0;
list-style: none;
}

a {
color: currentColor;
text-decoration: none;
}

button {
cursor: pointer;
}

img {
display: block;
max-width: 100%;
height: auto;
}

0 comments on commit df86b06

Please sign in to comment.