Pirate Rogue, Pirate Crew and GitHub Updater
This commit is contained in:
15
themes/Pirate-Rogue/css/sass/structure/_thumbnails.scss
Normal file
15
themes/Pirate-Rogue/css/sass/structure/_thumbnails.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* Thumbnails
|
||||
*/
|
||||
|
||||
.entry-thumbnail a {
|
||||
max-height: 400px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@media screen and (min-width: $breakpoint-lg) {
|
||||
.entry-thumbnail a {
|
||||
max-height: 500px;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user