Skip to content

Commit

Permalink
final bag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AsyaDev14 committed Oct 16, 2024
1 parent 36e2d55 commit 9ccbfed
Showing 1 changed file with 4 additions and 78 deletions.
82 changes: 4 additions & 78 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -1,84 +1,7 @@
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
li {
margin: 0;
padding: 0;
}
Expand All @@ -92,6 +15,9 @@ video {
width: 16px;
height: 16px;
background: url('./images/star.svg') center no-repeat;
}

.stars__star:not(:last-child) {
margin-right: 4px;
}

Expand Down

0 comments on commit 9ccbfed

Please sign in to comment.