Skip to content

Commit c465a1d

Browse files
author
y-yamasaki
committed
Merge branch 'develop'
2 parents 888a366 + a3ecadb commit c465a1d

48 files changed

Lines changed: 176 additions & 131 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

WebSite/assets/css/layout.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163
margin-bottom: 1.5rem;
164164
font-size: 1.8rem;
165165
font-weight: 700;
166+
line-height: 1.5;
166167
color: var(--color-heading);
167168
display: flex;
168169
align-items: center;
@@ -173,7 +174,8 @@
173174
content: "";
174175
display: inline-block;
175176
width: 0.3rem;
176-
height: 1.8rem;
177+
height: 1.5em;
178+
flex-shrink: 0;
177179
border-radius: var(--radius-sm);
178180
background: linear-gradient(
179181
180deg,
@@ -510,8 +512,6 @@ body.no-scroll .site-header {
510512
margin-bottom: 1rem;
511513
flex-grow: 1;
512514
display: -webkit-box;
513-
-webkit-line-clamp: 3;
514-
-webkit-box-orient: vertical;
515515
overflow: hidden;
516516
}
517517

WebSite/assets/data/blogList.json

Lines changed: 14 additions & 22 deletions
Large diffs are not rendered by default.
1.92 KB
Loading
2.39 KB
Loading
3.45 KB
Loading
2.91 KB
Loading
4.38 KB
Loading
6.34 KB
Loading
2.91 KB
Loading
4.38 KB
Loading

0 commit comments

Comments
 (0)