Skip to content

Commit d49d569

Browse files
committed
fix padding
1 parent 8c0afb9 commit d49d569

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/_sass/_main.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,14 +1095,14 @@ button {
10951095
.title-platform-tabs {
10961096
display: flex;
10971097
justify-content: space-between;
1098-
padding-bottom: 12px;
1098+
padding-bottom: 20px;
10991099
h1 {
11001100
padding: 0;
11011101
}
11021102

11031103
@include maxBreakpoint($breakpoint-tablet) {
11041104
flex-direction: column;
1105-
gap: 12px;
1105+
gap: 8px;
11061106
}
11071107
}
11081108

0 commit comments

Comments
 (0)