swchoi727/LEP

View on GitHub
app/assets/stylesheets/admins.scss

Summary

Maintainability
Test Coverage
// Place all the styles related to the Admins controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

.table th {
  min-width: 100px;
  text-align: left;
}

.table td {
  min-width: 150px;
  
}



h3 {
  margin-bottom: 0;
}