2032er/Blog/_sass/my-style.scss

14 lines
340 B
SCSS

.dl-table {
a {
@supports ((text-decoration-thickness: initial) and (text-underline-offset: initial)) {
text-underline-offset: .7rem;
}
@supports not ((text-decoration-thickness: initial) and (text-underline-offset: initial)) {
padding-bottom: .3rem;
}
}
.btn, .gumroad-button {
margin: 1rem 0;
}
}