Skip to content

Commit bcc385d

Browse files
committed
fix padding
1 parent 8f5b593 commit bcc385d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ td[data-label="Free Limit"] strong {
131131

132132
@media (max-width: 768px) {
133133
#pilot-application {
134-
margin-left: 0rem;
135-
margin-right: 0rem;
134+
margin-left: 1rem;
135+
margin-right: 1rem;
136136
}
137137
}
138138

0 commit comments

Comments
 (0)