Skip to content

Commit 1f749df

Browse files
style: fix Safari quirks
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 83dc6b0 commit 1f749df

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/components/Feature/styles.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
.container {
22
display: flex;
33
flex-direction: column;
4-
54
justify-content: flex-start;
5+
6+
max-width: 100%;
67
}
78

89
.title {

src/components/Snippets/styles.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,6 @@
144144

145145
@media screen and (min-width: 768px) {
146146
display: block;
147+
min-height: auto;
147148
}
148149
}

0 commit comments

Comments
 (0)