Skip to content

Commit

Permalink
8.2.20
Browse files Browse the repository at this point in the history
- D8CORE-5638: removing the extra margin-top on the small size for news cards (#146)
  • Loading branch information
pookmish authored Mar 22, 2022
2 parents bb975b8 + 2a6877f commit cac6ac0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Stanford News


8.x-2.20
--------------------------------------------------------------------------------
_Release Date: 2022-03-22_

- D8CORE-5638: removing the extra margin-top on the small size for news cards (#146)


8.x-2.19
--------------------------------------------------------------------------------
_Release Date: 2022-03-17_
Expand Down
2 changes: 1 addition & 1 deletion dist/css/news-vertical-teaser.css

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

Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@
}

.su-news-vertical-teaser__link {
@include grid-media-max('sm') {
@include modular-spacing('margin-top', 1);
}

display: block;

&:hover {
Expand Down
2 changes: 1 addition & 1 deletion stanford_news.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: module
description: 'Stanford news items and views.'
core_version_requirement: ^8.8 || ^9
package: Stanford
version: 8.x-2.19
version: 8.x-2.20
dependencies:
- allowed_formats:allowed_formats
- auto_entitylabel:auto_entitylabel
Expand Down

0 comments on commit cac6ac0

Please sign in to comment.