Skip to content

Commit

Permalink
Merge pull request #4892 from rmol/4891-si-misalignment
Browse files Browse the repository at this point in the history
Fix column/button alignment problems on source start page
  • Loading branch information
kushaldas authored Oct 14, 2019
2 parents 7fa7ea5 + 7f163f6 commit 6357ffb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion securedrop/sass/_source_index.sass
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,15 @@
.index-row
display: flex
justify-content: space-between
align-self: flex-start
flex-wrap: wrap
width: 70%

.index-column
padding: .5em 2em 1em 2em
display: flex
flex-direction: column
justify-content: center
justify-content: space-between
width: 47%
border-top-width: 0
border-bottom-width: 0
Expand Down Expand Up @@ -74,6 +75,12 @@
// Standard secondary buttons have a margin to set them apart from the primary
margin-left: 0
margin-right: 10%
white-space: nowrap
text-transform: uppercase
border: 2px solid transparent

#login-button
border: 2px solid $color_button_blue

// Desktop view
@media only screen and (min-width: 768px)
Expand Down

0 comments on commit 6357ffb

Please sign in to comment.