Skip to content

Commit

Permalink
deploy: c099844
Browse files Browse the repository at this point in the history
  • Loading branch information
buzcarter committed Nov 17, 2023
1 parent dcf4af7 commit 681f2b7
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 13 deletions.
2 changes: 1 addition & 1 deletion austro-hungarian-cream-of-horseradish-soup.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- basics -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="date" content="Mon Nov 13 2023 04:11:22 GMT+0000 (Coordinated Universal Time)">
<meta name="date" content="Fri Nov 17 2023 15:58:03 GMT+0000 (Coordinated Universal Time)">
<meta property="og:image" content="images/austro-hungarian-cream-of-horseradish-soup.jpg">
<link rel="icon" type="image/png" href="measuring-cup-favicon.svg">

Expand Down
2 changes: 1 addition & 1 deletion bagels.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- basics -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="date" content="Mon Nov 13 2023 04:11:22 GMT+0000 (Coordinated Universal Time)">
<meta name="date" content="Fri Nov 17 2023 15:58:03 GMT+0000 (Coordinated Universal Time)">
<meta property="og:image" content="images/bagels.jpg">
<link rel="icon" type="image/png" href="measuring-cup-favicon.svg">

Expand Down
2 changes: 1 addition & 1 deletion carnitas-with-salsa-verde.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- basics -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="date" content="Mon Nov 13 2023 04:11:22 GMT+0000 (Coordinated Universal Time)">
<meta name="date" content="Fri Nov 17 2023 15:58:03 GMT+0000 (Coordinated Universal Time)">
<link rel="icon" type="image/png" href="measuring-cup-favicon.svg">

<!-- font and styles -->
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta property="og:image" content="images/austro-hungarian-cream-of-horseradish-soup.jpg">
<meta name="date" content="Mon Nov 13 2023 04:11:22 GMT+0000 (Coordinated Universal Time)">
<meta name="date" content="Fri Nov 17 2023 15:58:03 GMT+0000 (Coordinated Universal Time)">
<link rel="icon" type="image/png" href="measuring-cup-favicon.svg">
<!-- font and styles -->
<link rel="preconnect" href="https://fonts.googleapis.com">
Expand Down
2 changes: 1 addition & 1 deletion pizza-dough.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- basics -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="date" content="Mon Nov 13 2023 04:11:22 GMT+0000 (Coordinated Universal Time)">
<meta name="date" content="Fri Nov 17 2023 15:58:03 GMT+0000 (Coordinated Universal Time)">
<meta property="og:image" content="images/pizza-dough.jpg">
<link rel="icon" type="image/png" href="measuring-cup-favicon.svg">

Expand Down
2 changes: 1 addition & 1 deletion raspberry-and-elderflower-gin-and-tonic.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- basics -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="date" content="Mon Nov 13 2023 04:11:22 GMT+0000 (Coordinated Universal Time)">
<meta name="date" content="Fri Nov 17 2023 15:58:03 GMT+0000 (Coordinated Universal Time)">
<meta property="og:image" content="images/raspberry-and-elderflower-gin-and-tonic.jpg">
<link rel="icon" type="image/png" href="measuring-cup-favicon.svg">

Expand Down
15 changes: 11 additions & 4 deletions styles/recipe.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

.complete {
font-style: italic;
opacity: 80%;
opacity: 33%;
text-decoration: line-through;
text-decoration-color: var(--color-complete-line-through);
}
Expand Down Expand Up @@ -40,13 +40,19 @@ hr {
font-style: normal;
}

.back-link::after {
content: '';
display: block;
clear: right;
}

.back-link__link:hover {
background: none;
}

.back-link__svg {
display: none;
width: 24px;
display: inline-block;
width: 18px;
}

.link-svg {
Expand Down Expand Up @@ -252,7 +258,8 @@ a:hover .link-svg {
}

.back-link__svg {
display: block;
/* display: inline-block; */
width: 24px;
}

.section--title {
Expand Down
8 changes: 6 additions & 2 deletions styles/recipesIndex.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
color: var(--color-view-svg-selected);
}

.nav-view__list {
display: inline-block;
text-wrap: nowrap;
}

/* View radio buttons */
html body .nav-view__item {
display: inline-block;
Expand Down Expand Up @@ -145,7 +150,6 @@ html body .nav-view__item {
width: var(--small-btn-length);
position: absolute;
right: calc(5px + var(--small-btn-length) + var(--search-icon-length));
;
top: calc((var(--search-input-height) - var(--small-btn-length)) / 2);
}

Expand Down Expand Up @@ -253,6 +257,7 @@ body .recipe-list .recipe-list__item--hidden {

.view--grid .recipe-list__item {
display: block;
line-height: 1.12;
margin: 0;
}

Expand All @@ -277,7 +282,6 @@ body .recipe-list .recipe-list__item--hidden {
-webkit-line-clamp: 2;
font-size: 110%;
font-weight: 700;
line-height: 1.4;
overflow: hidden;
padding: 0 1em;
text-overflow: ellipsis;
Expand Down
1 change: 1 addition & 0 deletions styles/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ img {
width: 90%;
max-width: 900px;
margin: 0 auto;
min-width: 320px;
padding: 1em 0 4em 0;
}

Expand Down
2 changes: 1 addition & 1 deletion styles/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
--color-peach-30: rgb(236, 169, 111);
--color-peach-80: rgb(193, 89, 0);

--color-olive-50: rgba(255, 255, 0, 0.5);
--color-olive-50: rgb(255 250 225); /* rgba(255, 255, 0, 0.5); */
--color-olive-90: rgba(255, 255, 0, 0.25);

/*-----*: GLobal :*-----*/
Expand Down

0 comments on commit 681f2b7

Please sign in to comment.