Skip to content

Commit

Permalink
fix design of todo list and add new todo
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranhossain committed Jun 29, 2020
1 parent 2a4505f commit c1a9eb7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions assets/css/todo_list.sass
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
.todo_list
margin: 2rem
margin: 0
padding: 2rem
min-height: 100vh
--primary: rgb(0, 122, 255)
display: flex
flex-direction: column
box-sizing: border-box

.todo_list__spacer
flex: 1

.todo_list__header
font-family: "Nunito", sans-serif
font-family: $font-emph
font-weight: 800
font-size: 31px
margin: 0
Expand Down

0 comments on commit c1a9eb7

Please sign in to comment.