update corn casserole recipe
This commit is contained in:
parent
b62cc14d60
commit
b500f6b53c
3 changed files with 55 additions and 23 deletions
|
@ -200,18 +200,17 @@ body > header {
|
||||||
padding: 0 var(--inset) 0.5rem;
|
padding: 0 var(--inset) 0.5rem;
|
||||||
border-radius: 0.5rem 0.5rem 0 0;
|
border-radius: 0.5rem 0.5rem 0 0;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
nav {
|
}
|
||||||
display: flex;
|
body > header > nav {
|
||||||
flex-direction: row;
|
display: flex;
|
||||||
align-items: baseline;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
align-items: baseline;
|
||||||
padding-top: 0.5rem;
|
flex-wrap: wrap;
|
||||||
gap: 1ch;
|
gap: 1ch;
|
||||||
aside {
|
}
|
||||||
margin-left: auto;
|
.nav-languages {
|
||||||
font-size: var(--s-1);
|
margin-left: auto;
|
||||||
}
|
font-size: var(--s-1);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
@media print {
|
@media print {
|
||||||
:root {
|
:root {
|
||||||
|
@ -260,8 +259,42 @@ body > footer {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 1ch;
|
gap: 1ch;
|
||||||
|
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
background-color: var(--c-accent);
|
||||||
|
color: var(--c-text-light);
|
||||||
|
padding: 0 1ch 0.25rem;
|
||||||
|
border-radius: 0 0 0.5rem 0.5rem;
|
||||||
|
&::before {
|
||||||
|
content: "";
|
||||||
|
z-index: -1;
|
||||||
|
position: absolute;
|
||||||
|
height: calc(1rem - 1px);
|
||||||
|
width: 1rem;
|
||||||
|
margin: -0.5rem 0 0 -0.5rem;
|
||||||
|
border-top-left-radius: 1rem;
|
||||||
|
top: 0;
|
||||||
|
border: 0.5rem solid var(--c-accent);
|
||||||
|
left: 100%;
|
||||||
|
border-width: 0.5rem 0 0 0.5rem;
|
||||||
|
}
|
||||||
|
&::after {
|
||||||
|
content: "";
|
||||||
|
z-index: -1;
|
||||||
|
position: absolute;
|
||||||
|
height: calc(1rem - 1px);
|
||||||
|
width: 1rem;
|
||||||
|
margin: -0.5rem -0.5rem 0 0;
|
||||||
|
border-top-right-radius: 1rem;
|
||||||
|
top: 0;
|
||||||
|
border: 0.5rem solid var(--c-accent);
|
||||||
|
right: 100%;
|
||||||
|
border-width: 0.5rem 0.5rem 0 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
label {
|
label {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-decoration-line: underline;
|
text-decoration-line: underline;
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<a href="{{ "/recipes" | url }}">/recipes</a>
|
<a href="{{ "/recipes" | url }}">/recipes</a>
|
||||||
<a href="{{ "/music" | url }}">/music</a>
|
<a href="{{ "/music" | url }}">/music</a>
|
||||||
</div>
|
</div>
|
||||||
<aside>
|
<div class="nav-languages">
|
||||||
<label class="nav-language-button" data-font="english">English<input type="radio" name="language" value="english"/></label>
|
<label class="nav-language-button" data-font="english">English<input type="radio" name="language" value="english"/></label>
|
||||||
<label class="nav-language-button" data-font="aurebesh">Aurebesh<input type="radio" name="language" value="aurebesh"/></label>
|
<label class="nav-language-button" data-font="aurebesh">Aurebesh<input type="radio" name="language" value="aurebesh"/></label>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
</aside>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<h1>{{ tag | capitalize if tag else title }}</h1>
|
<h1>{{ tag | capitalize if tag else title }}</h1>
|
||||||
<div class="header-meta">
|
<div class="header-meta">
|
||||||
|
|
|
@ -5,19 +5,18 @@ description: An easy sweet cornbread casserole with a vegan variation
|
||||||
|
|
||||||
## Ingredients
|
## Ingredients
|
||||||
|
|
||||||
- 2 cans of corn, drained
|
- 1 stick melted butter 1/2 cup
|
||||||
- 2 cans of creamed corn
|
- 1 box of Jiffy Corn Muffin mix
|
||||||
- 2 cups sour cream
|
- 1 cup sour cream
|
||||||
- 2 stick melted butter (1 cup)
|
- 1 can of creamed corn
|
||||||
- 16 oz cornbread mix
|
- 1 can of corn drained
|
||||||
|
|
||||||
## Instructions
|
## Instructions
|
||||||
|
|
||||||
1. Preheat the oven to 350 degrees.
|
1. Preheat the oven to 350 degrees.
|
||||||
1. In a bowl, mix all of the ingredients together, adding the corn last.
|
2. In a bowl, mix all of the ingredients together in order, then pour into a greased 8"x8" baking pan.
|
||||||
1. Pour into an 9"x13" baking pan.
|
3. Cook uncovered for 45-50 minutes or until lightly browned.
|
||||||
1. Cook uncovered for 45-50 minutes or until lightly browned.
|
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
Vegan substitutions: almond milk instead of sour cream, vegetable butter or neutral oil instead of butter. Made this way, the result will be less bready but still excellent. Extend cooking time slightly.
|
Vegan substitutions: almond milk instead of sour cream, vegetable butter or neutral oil instead of butter. Made this way, the result will be less bready but still excellent. Increase cooking time slightly.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue