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

14 lines
340 B
SCSS
Raw Normal View History

2020-07-26 17:34:37 +00:00
.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;
}
}