Skip to content

Commit

Permalink
Spacing tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Salma Alam-Naylor committed Jun 21, 2020
1 parent 0535589 commit 8092ba1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: pxToRem($grid-unit * 8);
margin-bottom: pxToRem($grid-unit * 4);
width: 100%;

@media screen and (min-width: $screen-med) {
Expand Down Expand Up @@ -230,5 +230,6 @@

.actionButton {
@include hard_button_base();
margin-left: auto;
margin-bottom: pxToRem($grid-unit * 2);
align-self: flex-start;
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@

.similarModes__cta {
@include hard_button_base;
margin-left: auto;
align-self: flex-start;
}
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
var(--offwhite),
var(--purple)
);
margin-bottom: pxToRem($grid-unit * 4);
}

.tagRow {
Expand Down
4 changes: 2 additions & 2 deletions apps/fretonator-web/src/styles/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@
border: pxToRem(2) solid $foregroundColor;
text-transform: uppercase;
font-family: var(--font-family-main);
font-size: pxToRem(18);
font-size: pxToRem(16);
display: inline-block;
background-color: $backgroundColor;
padding: pxToRem($grid-unit) pxToRem($grid-unit * 2);
padding: pxToRem($grid-unit * 2);
color: $foregroundColor;
text-decoration: none;
cursor: pointer;
Expand Down

0 comments on commit 8092ba1

Please sign in to comment.