Skip to content

Commit

Permalink
fix: mobile blog view fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
kalecream committed Aug 20, 2024
1 parent 3ca34ce commit 994a645
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion frontend/src/posts/2024-W32.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "[W32] Focusing on Any and Everything."
date: "2024-08-12"
tags: ["Log"]
description: "A week of keeping busy, trying to focus on myself and build some routines to facilitate healing when force to continue."
description: "A week of keeping busy, trying to focus on myself and build some routines to facilitate healing when forced to continue."
image: "/img/blog/category/personal.png"
---

Expand Down
4 changes: 2 additions & 2 deletions frontend/src/posts/2024-W33.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: '[W33] Making Rituals'
date: '2024-08-17'
tags: ['Log']
description: 'Finally. Some likkle resiliency from her. Also, have I ever mentioned that JUTC hates me?'
description: 'Have I ever mentioned that JUTC hates me?'
image: '/img/blog/category/personal.png'
---

Expand Down Expand Up @@ -63,7 +63,7 @@ I have a month and change left to make those goals happen. It's getting down to
### Recreational

- Continuing the rock carving. I didn't do much after I got the basic shape down. I had planned to put it on the front of the art-book. Now, I'm thinking to make it into a pendant.
- Mostly "Welcome to The Magic Tavern", "SCP Archives" and "Uncanny County" this week.
- Mostly listened to the Ppodcasts: "Welcome to The Magic Tavern", "SCP Archives" and "Uncanny County".

### Social

Expand Down
12 changes: 6 additions & 6 deletions frontend/src/styles/modules/BlogSummary.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
display: flex;
font-weight: 600;
font-size: clamp(1.5rem, 2vw, 2rem);
// font-family: "Inter";
// font-family: "Cattedrale";
align-items: center;

@include breakpoint-range($from: mobile) {
Expand All @@ -68,7 +66,6 @@
}

&__title {
text-align: left;
align-self: center;
line-height: 1.2;
font-size: clamp(1.5rem, 2vw, 2rem);
Expand All @@ -84,14 +81,17 @@
font-family: "Garamond Italics";
opacity: 0.7;
color: var(--textColor);
text-align: justify;
}

&__title,
&__description,
&__date {
@include breakpoint-range($from: mobile) {
max-width: 25rem;
text-align: center;
}

@include breakpoint-range($from: tablet) {
max-width: 100%;
text-align: justify;
}
}
}

0 comments on commit 994a645

Please sign in to comment.