* handle medium screen width on home columns * rename new-row helper used on home screen for todo column flow
This commit is contained in:
committed by
Keith Holliday
parent
2950713712
commit
2b80931202
@@ -62,7 +62,7 @@
|
||||
.pull-right-lg
|
||||
float: right
|
||||
|
||||
// Making sure that the To-Dos tab always flow right on medium screens.
|
||||
// Making sure that the To-Dos tab always flow right on small screens.
|
||||
@media (min-width: $sm-min-screen-width) and (max-width: $sm-max-screen-width)
|
||||
.new-row-md
|
||||
.new-row-sm
|
||||
clear: left
|
||||
|
||||
Reference in New Issue
Block a user