mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-15 10:15:54 -07:00
add resources page
This commit is contained in:
parent
88ac29ea38
commit
73320db93d
13 changed files with 264 additions and 39 deletions
|
|
@ -1,4 +1,5 @@
|
|||
@import 'bootstrap/scss/bootstrap';
|
||||
@import 'bootstrap-icons/font/bootstrap-icons';
|
||||
@import 'partials/colors';
|
||||
@import 'partials/bootstrap-overrides'
|
||||
@import 'partials/bootstrap-overrides';
|
||||
@import 'partials/layout';
|
||||
|
|
|
|||
8
app/assets/stylesheets/partials/_layout.scss
Normal file
8
app/assets/stylesheets/partials/_layout.scss
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.grid-container {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
}
|
||||
|
||||
.grid-item {
|
||||
padding: 20px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue