Improve block link preview legibility

This commit is contained in:
Mononaut
2022-07-26 21:50:38 +00:00
parent fbf15f05ed
commit a67c0b166c
3 changed files with 23 additions and 12 deletions

View File

@@ -1,7 +1,27 @@
.box {
padding: 2rem 6rem;
padding: 2rem 3rem;
}
.block-title {
margin-bottom: 0.5em;
margin-bottom: 0.75em;
font-size: 42px;
::ng-deep .next-previous-blocks {
font-size: 42px;
}
}
.table {
font-size: 24px;
}
.chart-container {
flex-grow: 0;
flex-shrink: 0;
width: 420px;
min-width: 420px;
}
::ng-deep .symbol {
font-size: 18px;
}