Skip to content

Commit aa867c3

Browse files
authored
Merge pull request #140 from co-cddo/fix/scenario-card-overlap
fix: prevent scenario cards overlapping 'Need help choosing?' section
2 parents 35165a9 + 9bee527 commit aa867c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/assets/css/custom.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ body {
7676
border: 1px solid #b1b4b6;
7777
padding: 20px;
7878
background-color: #ffffff;
79+
box-sizing: border-box;
7980
height: 100%;
8081
display: flex;
8182
flex-direction: column;

0 commit comments

Comments
 (0)