mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Updated styles
This commit is contained in:
parent
03e410e30a
commit
7ed17be931
2 changed files with 4 additions and 5 deletions
|
@ -2204,7 +2204,7 @@ ul.posts article header > :last-child {
|
||||||
-moz-flex-grow: 1;
|
-moz-flex-grow: 1;
|
||||||
-ms-flex-grow: 1;
|
-ms-flex-grow: 1;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
-ms-flex: 1;
|
flex: 1;
|
||||||
padding: 3.75em 3em 3.3em 3em;
|
padding: 3.75em 3em 3.3em 3em;
|
||||||
}
|
}
|
||||||
.post > header .title h2 {
|
.post > header .title h2 {
|
||||||
|
@ -2338,7 +2338,7 @@ ul.posts article header > :last-child {
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
}
|
}
|
||||||
.post > header .title {
|
.post > header .title {
|
||||||
-ms-flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
margin: 0 0 2em 0;
|
margin: 0 0 2em 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -2842,8 +2842,7 @@ ul.subitem_hide > li {
|
||||||
margin-top: -1em;
|
margin-top: -1em;
|
||||||
height: 3em;
|
height: 3em;
|
||||||
line-height: 3em;
|
line-height: 3em;
|
||||||
-webkit-padding-start: 0;
|
padding-inline-start: 0;
|
||||||
padding-inline-start: 0;
|
|
||||||
}
|
}
|
||||||
.heading #breadcrumbs span {
|
.heading #breadcrumbs span {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
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