Skip to content

Commit

Permalink
Little CSS adjustments + CSS generated
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Nov 5, 2019
1 parent 05a00d3 commit aa95b75
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 12 deletions.
75 changes: 66 additions & 9 deletions css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ html:not(.no-js) .feed--closed {

@media($breakpoint-max) {
display: grid;
grid-template-columns: 40px auto 40px;
grid-template-columns: 40px auto 80px;
grid-template-areas: "favicon site date" "favorite title mark";
align-items: center;
white-space: inherit;
Expand Down Expand Up @@ -577,7 +577,7 @@ html:not(.no-js) .feed--closed {
position: relative;
padding: 0;
width: 100%;
border-color: $feed-event-read-color;
min-height: 50px;
}
}

Expand Down

0 comments on commit aa95b75

Please sign in to comment.