some styling fixes

This commit is contained in:
Katie Kroell 2024-03-08 15:52:59 -05:00
parent 225e8d9d21
commit 2768c9a7f7
3 changed files with 5 additions and 2 deletions

View file

@ -305,7 +305,8 @@ export default {
margin: 0 auto; margin: 0 auto;
} }
.calendar-section .add-to-calendar { .calendar-section .add-to-calendar {
padding-top: 15px; padding-top: 16px;
padding-bottom: 16px;
} }
.calendar-section .add-to-calendar .add-to-calendar-span { .calendar-section .add-to-calendar .add-to-calendar-span {
cursor: pointer; cursor: pointer;

View file

@ -173,5 +173,7 @@ export default {
padding-bottom: 0; padding-bottom: 0;
margin-bottom: 0 !important; margin-bottom: 0 !important;
} }
overflow: hidden;
} }
</style> </style>

View file

@ -320,7 +320,7 @@ $page-side-padding: 1.5rem;
color: $black; color: $black;
font-size: $h5-font-size; font-size: $h5-font-size;
line-height: map-get($spacers, 6); line-height: map-get($spacers, 6);
margin-bottom: 0.5rem; margin-bottom: 0;
+ p { + p {
font-size: map-get($spacers, 4); font-size: map-get($spacers, 4);