Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
allurei committed Dec 30, 2024
1 parent 5a7eff4 commit d443719
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/lib/components/ilmoformi.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@
font-size: 12px;
}
span {
filter: drop-shadow(0 1mm 5mm #000);
vertical-align: bottom;
cursor: pointer;
}
Expand Down Expand Up @@ -333,6 +332,11 @@
color: v.$riski-green-light
}
h2 {
@include v.sm {
font-size: 45px;
}
}
table {
margin: 50px 0;
width:100%;
Expand All @@ -351,10 +355,9 @@
}
}
td {
padding:15px 0;
padding: 15px 5px;
margin-right:auto;
margin-left:auto;
text-align: center;
}
</style>

0 comments on commit d443719

Please sign in to comment.