Skip to content

Commit d92b8ff

Browse files
committed
Fixing button padding which made the page look weird.
1 parent 9b93a95 commit d92b8ff

File tree

1 file changed

+1
-1
lines changed
  • site_source_files/themes/selenium/static/css

1 file changed

+1
-1
lines changed

site_source_files/themes/selenium/static/css/index.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ is the line that separates the content*/
218218
.button-container.green {
219219
display: flex;
220220
justify-content: flex-end;
221-
padding-right: 40px;
221+
padding-right: 0;
222222
margin-bottom: 75px;
223223
}
224224

0 commit comments

Comments
 (0)