Small font size and spacing adjustments.
This commit is contained in:
parent
20e92533a7
commit
f46b47536a
|
@ -373,7 +373,7 @@ export default {
|
|||
}
|
||||
|
||||
.tainacan-page-title {
|
||||
margin-bottom: 35px;
|
||||
margin-bottom: 32px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: flex-end;
|
||||
|
|
|
@ -1435,7 +1435,7 @@ export default {
|
|||
|
||||
.tainacan-page-title {
|
||||
padding: 0 $page-side-padding;
|
||||
margin-bottom: 35px;
|
||||
margin-bottom: 32px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: flex-end;
|
||||
|
|
|
@ -741,7 +741,7 @@ export default {
|
|||
padding-bottom: 0;
|
||||
|
||||
.tainacan-page-title {
|
||||
margin-bottom: 35px;
|
||||
margin-bottom: 32px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: flex-end;
|
||||
|
|
|
@ -969,7 +969,7 @@ export default {
|
|||
padding-bottom: 0;
|
||||
|
||||
.tainacan-page-title {
|
||||
margin-bottom: 35px;
|
||||
margin-bottom: 32px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: flex-end;
|
||||
|
|
|
@ -122,7 +122,7 @@ export default {
|
|||
@import "../../scss/_variables.scss";
|
||||
|
||||
.tainacan-page-title {
|
||||
margin-bottom: 35px;
|
||||
margin-bottom: 32px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: flex-end;
|
||||
|
|
|
@ -395,7 +395,7 @@ export default {
|
|||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
max-width: calc(100% - 40px);
|
||||
font-size: 0.825em;
|
||||
font-size: 0.85em;
|
||||
color: var(--tainacan-info-color);
|
||||
animation-name: expand;
|
||||
animation-duration: 0.3s;
|
||||
|
|
|
@ -432,7 +432,7 @@
|
|||
|
||||
.tainacan-page-title {
|
||||
padding: 0 $page-side-padding;
|
||||
margin-bottom: 35px;
|
||||
margin-bottom: 32px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: flex-end;
|
||||
|
|
Loading…
Reference in New Issue