mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-07 13:38:13 -08:00
change narrow content to 50 percent instead of 800 pixels
This commit is contained in:
parent
02fea1a1e6
commit
13f2fe0dfa
1 changed files with 13 additions and 1 deletions
|
|
@ -40,5 +40,17 @@
|
|||
}
|
||||
|
||||
.content-narrow {
|
||||
max-width: 800px;
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
.dynamic-content {
|
||||
@extend .col;
|
||||
@extend .col-sm-10;
|
||||
@extend .col-md-8;
|
||||
@extend .col-lg-7;
|
||||
@extend .col-xl-5;
|
||||
}
|
||||
|
||||
.grid-container {
|
||||
display: grid;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue