mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Fixed some minor issues
This commit is contained in:
parent
4041c9777d
commit
b500da265b
2 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
2
assets/css/main.min.css
vendored
2
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue