mirror of
https://github.com/danbee/my-images
synced 2025-03-04 08:49:05 +00:00
12 lines
269 B
SCSS
12 lines
269 B
SCSS
// Place all the styles related to the images controller here.
|
|
// They will automatically be included in application.css.
|
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
|
|
|
ul.images {
|
|
list-style: none;
|
|
padding-left: 0;
|
|
li {
|
|
display: inline-block;
|
|
}
|
|
}
|