summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-03-23 17:13:13 +0000
committerMatthew Lemon <y@yulqen.org>2024-03-23 17:13:13 +0000
commit3e03d692f6e6af87cdd5dd30a340da4ec19d9a9d (patch)
tree873a67cc578397ec0049b275386115798d9a0dd7
parentc43fd1ed2f9ee64f0435e634cd4b762905f2d296 (diff)
adds a new para
-rw-r--r--index.html3
-rw-r--r--style.css6
2 files changed, 5 insertions, 4 deletions
diff --git a/index.html b/index.html
index 1b2457b..8c06cd9 100644
--- a/index.html
+++ b/index.html
@@ -49,7 +49,8 @@
<p>
I adore collage, especially using tissue paper and glue, rubber alphabet stamps,
marker pens and pencil crayons.
-
+ </p>
+ <p>
For more details of current projects, the processes involved
and items that will soon to be made available, please visit <a href="https://blog.joannalemon.com" target="_blank">my blog</a>.
</p>
diff --git a/style.css b/style.css
index 4c21a0d..ebb2b97 100644
--- a/style.css
+++ b/style.css
@@ -136,7 +136,7 @@ img {
}
.inner-grid_1 p {
- font-size: 1.8rem;
+ font-size: 1.6rem;
color: darkgray;
padding-right: 100px;
padding-top: 20px;
@@ -306,7 +306,7 @@ a:hover{
@media only screen and (max-width: 1200px) {
.inner-grid_1 p {
text-align: left;
- font-size: 1.8rem;
+ font-size: 1.7rem;
padding-top: 10px;
padding-right: 20px;
}
@@ -320,7 +320,7 @@ a:hover{
@media only screen and (max-width: 900px) {
.inner-grid_1 p {
text-align: left;
- font-size: 1.3rem;
+ font-size: 1.2rem;
padding-top: 10px;
padding-right: 20px;
}