some styling fixes
This commit is contained in:
parent
225e8d9d21
commit
2768c9a7f7
3 changed files with 5 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -173,5 +173,7 @@ export default {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
margin-bottom: 0 !important;
|
margin-bottom: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue