forked from em/receptty.org
Odsazení obsahu a nadpisů v receptu
This commit is contained in:
parent
348140ac14
commit
2671ebc1e7
@ -1,7 +1,6 @@
|
|||||||
ol {
|
ol {
|
||||||
counter-reset:procedure;
|
counter-reset:procedure;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin:3em 0 4em 0;
|
|
||||||
padding:0;
|
padding:0;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
@ -49,6 +49,8 @@ main {
|
|||||||
border-radius:8px;
|
border-radius:8px;
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
|
|
||||||
|
p { line-height: 1.5 }
|
||||||
|
|
||||||
table {
|
table {
|
||||||
float:right;
|
float:right;
|
||||||
width:45%;
|
width:45%;
|
||||||
@ -62,8 +64,9 @@ main {
|
|||||||
border:1px solid $border;
|
border:1px solid $border;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 { margin:0.85em 0; }
|
h2 { margin: 0.85em 0 }
|
||||||
h2, h3 { font-size:2em; }
|
h3 { margin: 2em 0 1em 0 }
|
||||||
|
h2, h3 { font-size: 2em }
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
@ -77,7 +80,7 @@ main {
|
|||||||
.meta {
|
.meta {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 3em;
|
||||||
|
|
||||||
&>.edit {
|
&>.edit {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user