summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html3
-rw-r--r--style.css23
2 files changed, 4 insertions, 22 deletions
diff --git a/index.html b/index.html
index 859e1f6..53ddf3b 100644
--- a/index.html
+++ b/index.html
@@ -14,7 +14,8 @@
<div class="info">
<h1>Joanna Lemon Learning</h1>
<p>
- Welcome to my gallery of creativity. Here you'll find a collection of my latest works, from paintings to pottery, all lovingly crafted by hand.
+ Welcome to my gallery of creativity.
+ Here you'll find a collection of my latest works, from paintings to pottery, all lovingly crafted by hand.
</p>
</div>
<div>
diff --git a/style.css b/style.css
index c8c8446..a0383da 100644
--- a/style.css
+++ b/style.css
@@ -38,19 +38,6 @@ body {
border-radius: 5px;
}
-/* .left-section { */
-/* background: white; */
-/* /1* background: rgb(h24, 221, 217, 0.27); *1/ */
-/* padding-left: 50px; */
-/* padding-top: 20px; */
-/* padding-bottom: 50px; */
-/* border: 0px solid; */
-/* border-color: lightgray; */
-/* border-radius: 5px; */
-/* margin-bottom: 10px; */
-/* margin-left: 20px; */
-/* } */
-
.cell p {
color: rgb(37, 95, 140, 0.8);
font-size: 1.2rem;
@@ -61,7 +48,6 @@ q {
display: inline;
}
-
q:before {
content: open-quote;
}
@@ -107,12 +93,6 @@ img {
}
-.inner {
- display: grid;
- grid-template-columns: 1fr 1fr;
-}
-
-
a {
font-size: inherit;
color: #394f49;
@@ -134,7 +114,7 @@ header {
.inner-header {
display: grid;
- grid-template-columns: 1fr 1fr 1fr;
+ grid-template-columns: 1fr 2fr 1fr;
gap: 10px;
margin-bottom: 20px;
}
@@ -148,6 +128,7 @@ header {
.info p {
font-size: 1.1rem;
+ padding: 10px;
}