Skip to content

Commit

Permalink
トップページの説明文を見出しを下に移動
Browse files Browse the repository at this point in the history
  • Loading branch information
mehm8128 committed Jun 8, 2024
1 parent 1213fcb commit ec01e9b
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/components/Index/TopSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,8 @@ defineProps<{
}
.headingContainer {
display: flex;
align-items: center;
gap: 1.5rem;
@media (width <= 768px) {
flex-direction: column;
align-items: flex-start;
gap: 0.5rem;
}
flex-direction: column;
gap: 0.25rem;
}
.h2 {
font-size: 1.5rem;
Expand All @@ -58,7 +52,8 @@ defineProps<{
}
}
.description {
font-size: 1.25rem;
margin-left: 0.5rem;
font-size: 1.125rem;
@media (width <= 768px) {
font-size: 1rem;
Expand Down

0 comments on commit ec01e9b

Please sign in to comment.