Skip to content

Commit

Permalink
Merge pull request #12 from scanf/fix-syntax-issues
Browse files Browse the repository at this point in the history
templates: fix indentation in SASS component
  • Loading branch information
athif23 authored Sep 26, 2019
2 parents f80f0d5 + b236f5a commit 2a63e6c
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
flex-direction: column
padding: 60px 0

.title
font-size: 20px
border: 4px solid white
font-weight: 500
padding: 7px 15px
text-align: center
border-radius: 10px
letter-spacing: 5px
margin: 0
.title
font-size: 20px
border: 4px solid white
font-weight: 500
padding: 7px 15px
text-align: center
border-radius: 10px
letter-spacing: 5px
margin: 0

.content
display: flex
Expand Down

0 comments on commit 2a63e6c

Please sign in to comment.