Compare commits
2 Commits
main
...
body-flexb
Author | SHA1 | Date | |
---|---|---|---|
e02bcc07fd | |||
6714c6039c |
@ -48,6 +48,8 @@ html, body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-flow: column;
|
||||||
|
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
@ -134,6 +136,7 @@ Used to define how every page is displayed.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
flex: 1;
|
||||||
display: block;
|
display: block;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -340,7 +343,7 @@ Used to style the index/homepage.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.mind-index-header_main {
|
.mind-index-header_main {
|
||||||
height: 100%;
|
flex: 0 0 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -618,7 +621,7 @@ instead of pages ".mind-page*".
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.mind-post-header {
|
.mind-post-header {
|
||||||
height: 400px;
|
flex: 0 0 400px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Loading…
Reference in New Issue
Block a user