Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xwolfde committed Sep 29, 2023
1 parent 3324a0d commit 437b2b7
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ Wordpress-Theme für zentrale Einrichtungen der Friedrich-Alexander-Universität



Version: 2.3.36
Version: 2.3.37



Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "FAU-Einrichtungen",
"textdomain": "fau",
"version": "2.3.36",
"version": "2.3.37",
"keywords": [
"WordPress",
"Theme",
Expand Down
2 changes: 1 addition & 1 deletion print.css

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

40 changes: 22 additions & 18 deletions src/sass/structure/content/_news-items.scss
Expand Up @@ -9,25 +9,29 @@
@media (min-width: $screen-xs) {
margin-top: 20px;
}
.post-image {
margin-top: 0px;
.post-image {
margin-top: 0px;

@media (min-width: $screen-xs) {
width: 50%;
}
@media (min-width: $screen-sm) {
width: inherit;
max-width: 420px;
}

img {
@media (min-width: $screen-sm) {
max-width: 420px;
max-height: 280px;
box-shadow: none;
}
}

@media (min-width: $screen-xs) {
width: 50%;
}
@media (min-width: $screen-sm) {
width: inherit;
max-width: 420px;
}

img {
object-fit: cover;
@media (min-width: $screen-sm) {
max-width: 420px;
max-height: 280px;
box-shadow: none;


}

}

}
.subtitle {
padding-top: 0;
Expand Down
1 change: 0 additions & 1 deletion src/sass/structure/content/_posts.scss
Expand Up @@ -179,7 +179,6 @@
@media (min-width: $screen-sm) {
text-align: left;
margin: 0;
padding: 10px 0;
}

.copyright {
Expand Down
4 changes: 2 additions & 2 deletions style.css

Large diffs are not rendered by default.

0 comments on commit 437b2b7

Please sign in to comment.