Skip to content

Commit 6411baf

Browse files
committed
fix mobile text alignment
1 parent 30d7073 commit 6411baf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend-next-migration/src/widgets/SectionGallery/ui/SectionGalleryV2/SectionGallery2.module.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
.textBlock {
4949
text-align: start;
5050
max-width: 800px;
51+
width: 100%;
5152
}
5253

5354
.title {
@@ -118,14 +119,13 @@
118119
height: 20vh;
119120
}
120121
.textBlock{
121-
text-align: start;
122+
text-align: center;
122123
}
123124
.title{
124125
font: var(--font-sw-l);
125-
text-align: start;
126126
}
127127
.author {
128-
text-align: start;
128+
text-align: center;
129129
}
130130
.description {
131131
font: var(--font-dm-m);

0 commit comments

Comments
 (0)