Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonbk committed Jun 1, 2021
1 parent 7d459ca commit ee08230
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions packages/marko-web-html-sitemap/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,21 @@ $primary: #000 !default;
}
.row {
&__dates {
overflow:hidden;
padding-right: .5rem;
padding-left: .5rem;
margin-bottom: 1.5rem;
overflow: hidden;
}
}
.col {
&__date {
border-bottom: 1px solid #ccc;
margin-bottom:-1px;
margin-top:1px;
text-align: center;
padding: .75rem .5rem;
margin-top: 1px;
margin-bottom: -1px;
font-size: 1.1rem;
text-align: center;
border-bottom: 1px solid #ccc;

&--year,
&--day {
@include media-breakpoint-down(sm) {
Expand Down

0 comments on commit ee08230

Please sign in to comment.