Fixed some minor issues

This commit is contained in:
pmoreno.rodriguez 2023-02-06 18:11:40 +01:00
parent 4041c9777d
commit b500da265b
2 changed files with 3 additions and 1 deletions

View file

@ -2199,6 +2199,7 @@ ul.posts article header > :last-child {
-ms-flex-grow: 1;
flex-grow: 1;
-ms-flex: 1;
flex: 1;
padding: 3.75em 3em 3.3em 3em;
}
.post > header .title h2 {
@ -2297,6 +2298,7 @@ ul.posts article header > :last-child {
}
.post > header .title {
-ms-flex: 0 1 auto;
flex: 0 1 auto;
margin: 0 0 2em 0;
padding: 0;
text-align: center;

File diff suppressed because one or more lines are too long