mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
Borders in mobile recipes
This commit is contained in:
parent
b6160d4b5d
commit
8c1459a8e7
1 changed files with 14 additions and 1 deletions
|
|
@ -216,6 +216,7 @@ li:hover {
|
|||
/* color: rgba(0,0,0,0.8); */
|
||||
/* color:rgb(0, 118, 173); */
|
||||
}
|
||||
|
||||
.noun {
|
||||
font-weight: 600;
|
||||
color: var(--opaque-text-color);
|
||||
|
|
@ -299,7 +300,7 @@ text-decoration: rgba(0,0,0,0.75) solid 0.5px line-through; /* Ignored in CSS1/C
|
|||
opacity: 1;
|
||||
border:
|
||||
none;
|
||||
margin: 0.25em 0;
|
||||
margin: 1em 0 0.25em 0 ;
|
||||
}
|
||||
|
||||
.instructions hr:first-child {
|
||||
|
|
@ -372,6 +373,18 @@ a.action .icon {
|
|||
header {
|
||||
padding: 0 0em;
|
||||
}
|
||||
|
||||
.ingredients {
|
||||
border-top:0.5px solid currentColor;
|
||||
padding-top:1em;
|
||||
padding-bottom:1em;
|
||||
border-bottom:0.5px solid currentColor;
|
||||
margin-bottom:1em;
|
||||
}
|
||||
.instructions hr:first-child {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.ingredient {
|
||||
margin: 0;
|
||||
margin-left:2em;
|
||||
|
|
|
|||
Loading…
Reference in a new issue