PRE and Table border-radius both 0.5em
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -754,7 +754,7 @@ table {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
border-collapse: separate;
|
border-collapse: separate;
|
||||||
border-radius: 1em;
|
border-radius: 0.5em;
|
||||||
border: 2px solid $ipng-orange;
|
border: 2px solid $ipng-orange;
|
||||||
tr {
|
tr {
|
||||||
&:nth-child(even) {
|
&:nth-child(even) {
|
||||||
|
Reference in New Issue
Block a user