chasing desktop

This commit is contained in:
Robert McGovern 2020-09-23 15:06:31 +01:00
parent 2cd47ac19a
commit efd75b9651
1 changed files with 5 additions and 5 deletions

View File

@ -48,10 +48,10 @@ body {
}
.box {
padding-left: 2rem;
padding-right: 2rem;
padding-top: 2rem;
padding-bottom: 2rem;
padding-left: 2.3rem;
padding-right: 2.3rem;
padding-top: 1.4rem;
padding-bottom: 1.4rem;
}
.heading {
@ -65,7 +65,7 @@ body {
/* Specific stylings */
.topRow {
padding-top: 1.75rem;
padding-top: 2.1rem;
padding-bottom: 2.4rem;
background-color: white;
border-top-left-radius: var(--box-border-radius);