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
0941524d9e
commit
9c1dbb713d
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
@include vendor('flex-grow', '1');
|
@include vendor('flex-grow', '1');
|
||||||
-ms-flex: 1;
|
flex: 1;
|
||||||
padding: (_size(section-spacing) * 1.25) _size(section-spacing) (_size(section-spacing) * 1.1) _size(section-spacing);
|
padding: (_size(section-spacing) * 1.25) _size(section-spacing) (_size(section-spacing) * 1.1) _size(section-spacing);
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
@ -181,7 +181,7 @@
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
-ms-flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
margin: 0 0 _size(element-margin) 0;
|
margin: 0 0 _size(element-margin) 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Add table
Reference in a new issue