Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
fix padding on most requested card
Browse files Browse the repository at this point in the history
  • Loading branch information
evilpeach committed Sep 1, 2020
1 parent 6e5a70a commit ddc39cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scan/src/pages/OracleScriptHomePage.re
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Styles = {
style([
backgroundColor(Colors.white),
boxShadow(Shadow.box(~x=`zero, ~y=`px(2), ~blur=`px(4), Css.rgba(0, 0, 0, 0.08))),
padding(`px(24)),
padding3(~top=`px(24), ~h=`px(24), ~bottom=`px(16)),
height(`calc((`sub, `percent(100.), `px(24)))),
marginBottom(`px(24)),
]);
Expand Down

0 comments on commit ddc39cd

Please sign in to comment.