Compare commits
No commits in common. "0a1e5ee7f8ea4a080df3311def22880d07458119" and "946e3d3cdf051ea2262e8ab4d376cd994696592a" have entirely different histories.
0a1e5ee7f8
...
946e3d3cdf
|
|
@ -82,7 +82,6 @@
|
|||
|
||||
@import './blocks/wp-block-heading.css';
|
||||
@import './blocks/wp-block-list.css';
|
||||
@import './blocks/wp-block-list-is-iconed-list.css';
|
||||
@import './blocks/wp-block-table.css';
|
||||
@import './blocks/wp-block-details.css';
|
||||
@import './blocks/wp-block-image.css';
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ main {
|
|||
/* Causing issues with the article sidebar index sticky positioning */
|
||||
/* overflow-x: hidden; */
|
||||
|
||||
& > :last-child {
|
||||
:last-child {
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -83,8 +83,6 @@
|
|||
|
||||
ul {
|
||||
list-style: disc;
|
||||
}
|
||||
> ul {
|
||||
padding-left: 1.5rem;
|
||||
}
|
||||
.carhop-heading:not(:first-child) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user