mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
theme: use more space on wide screens #291
This commit is contained in:
parent
8ad4226d51
commit
60e79c413e
1 changed files with 3 additions and 1 deletions
|
@ -393,7 +393,9 @@ th {
|
||||||
#body .flex-block-wrapper {
|
#body .flex-block-wrapper {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
max-width: 1000px;
|
min-width: calc( 1300px - 300px - 2 * 3.25rem );
|
||||||
|
width: calc( 1300px - 300px - 2 * 3.25rem );
|
||||||
|
max-width: calc( 1300px - 300px - 2 * 3.25rem );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue