Sha256: d21332f3a3b5d7e467be78a4744687b3253def0805205c78cf9deedcd41eb3df

Contents?: true

Size: 848 Bytes

Versions: 2

Compression:

Stored size: 848 Bytes

Contents

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 */
@import "bootstrap";

ul {
  padding: 0;
}

.main-contents {
  margin-top: 1rem;
}

.tag {
  margin-right: 0.5rem;
}

.card {
  margin-top: 1rem;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mini_blog-0.1.1 app/assets/stylesheets/mini_blog/application.scss
mini_blog-0.1.0 app/assets/stylesheets/mini_blog/application.scss