PRE and Table border-radius both 0.5em
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-05 23:12:34 +02:00
parent b576a15a30
commit 413498e4c1

View File

@ -754,7 +754,7 @@ table {
width: 100%;
text-align: left;
border-collapse: separate;
border-radius: 1em;
border-radius: 0.5em;
border: 2px solid $ipng-orange;
tr {
&:nth-child(even) {