10 lines
227 B
SCSS
Executable File
10 lines
227 B
SCSS
Executable File
// Place all the styles related to the public/needs controller here.
|
|
// They will automatically be included in application.css.
|
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
|
|
|
.need-container{
|
|
margin-top:250px;
|
|
|
|
|
|
}
|