Skip to content

Commit

Permalink
Merge pull request #21 from RadiusNetworks/eric/widen-body
Browse files Browse the repository at this point in the history
Widens wd-xl class to accommodate potential recaptcha challenge
  • Loading branch information
lankyfrenchman authored Jul 14, 2020
2 parents 986ee05 + 29af6ea commit 6df5cf7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Utilities classes to simplify
//
// Utilities classes to simplify
// components constructions
// ------------------------------

Expand Down Expand Up @@ -28,7 +28,7 @@ $wd-sm: 150px;
$wd-sd: 200px; // sd == standard
$wd-md: 240px;
$wd-lg: 280px;
$wd-xl: 320px;
$wd-xl: 335px;
$wd-xxl: 360px;
$wd-wide: 100%;
$wd-auto: auto;
Expand Down

0 comments on commit 6df5cf7

Please sign in to comment.