Skip to content

Commit

Permalink
ran npm run lint:css -- --fix to resolve. I do not like the solution.
Browse files Browse the repository at this point in the history
  • Loading branch information
codecodeio committed May 23, 2024
1 parent 91c47aa commit bd5ed82
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions best-cigars-guide/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
* governing permissions and limitations under the License.
*/

/* eslint-disable rule-empty-line-before */

:root {
/* colors */
--link-color: #035fe6;
Expand All @@ -26,6 +24,7 @@

/* fonts */
font-size: 16px;

--body-font-family: montserrat, 'Montserrat Fallback', sans-serif;
--heading-font-family: var(--body-font-family);
--fixed-font-family: var(--body-font-family);
Expand Down Expand Up @@ -103,18 +102,23 @@ h6 {
h1 {
font-size: var(--heading-font-size-xxl);
}

h2 {
font-size: var(--heading-font-size-xl);
}

h3 {
font-size: var(--heading-font-size-l);
}

h4 {
font-size: var(--heading-font-size-m);
}

h5 {
font-size: var(--heading-font-size-s);
}

h6 {
font-size: var(--heading-font-size-xs);
}
Expand Down

0 comments on commit bd5ed82

Please sign in to comment.