Skip to content

Commit

Permalink
Merge pull request #193 from ukparliament/development
Browse files Browse the repository at this point in the history
Development merge
  • Loading branch information
j-corry authored Nov 15, 2024
2 parents bf311aa + 7ed12a3 commit df0ba44
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/assets/stylesheets/primary.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,16 @@ footer {
width: 100%;
box-sizing: border-box;
align-self: stretch;
padding: 0;
padding: 8px 0;
justify-content: flex-start;
align-items: flex-start;
display: inline-flex;

.content-prelim-inner {
flex: 1 1 0;
padding: 16px 16px;
background: #EBEBEB;
background: none;
border: 2px solid;
justify-content: space-between;
align-items: flex-start;
gap: 10px;
Expand Down Expand Up @@ -228,8 +229,9 @@ div.callout {

.content-section {
&.grey {
background: #EBEBEB;
background: none;
padding: 16px;
border: 2px solid
}

&.white {
Expand All @@ -238,10 +240,8 @@ div.callout {
}

&.white-padded {
/*background: #EBEBEB;*/
/*border: 1px solid lightgrey*/
background: none;
padding: 16px;
padding: 8px 0;
}

&.white-slim {
Expand Down

0 comments on commit df0ba44

Please sign in to comment.