Skip to content

Commit

Permalink
Add subtitle; Add content;
Browse files Browse the repository at this point in the history
  • Loading branch information
kirilknysh committed Mar 29, 2024
1 parent 5fa0910 commit 2e9f0c2
Show file tree
Hide file tree
Showing 3 changed files with 803 additions and 21 deletions.
9 changes: 7 additions & 2 deletions utils/gigl.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,19 @@ body {
}

header {
display: flex;
justify-content: center;
flex-shrink: 0;
}

header .title {
margin: 0;
font-size: clamp(1rem, 4.5vw, 2rem);
text-align: center;
}
header .subtitle {
font-size: clamp(.5rem, 2.5vw, .8rem);
opacity: .7;
margin: 0;
text-align: center;
}

.content {
Expand Down
1 change: 1 addition & 0 deletions utils/gigl.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<body>
<header>
<h1 class="title">Glycemic Index Glycemic Load</h1>
<p class="subtitle">According to ChatGPT 3.5</p>
</header>
<section class="content">
<table class="products">
Expand Down
Loading

0 comments on commit 2e9f0c2

Please sign in to comment.