content: writing as an architect is hard

This commit is contained in:
2022-10-31 23:59:37 +01:00
parent e2380f9b91
commit 027add7be1
8 changed files with 126 additions and 90 deletions

View File

@@ -29,7 +29,7 @@ $color-gray: color.adjust(hsl(0, 0%, 13%), $lightness: 30%);
$color-gray-border: var(--gray-border);
$color-gray-bg: var(--gray-border);
$typographic-font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
$typographic-font-family: -apple-system, "BlinkMacSystemFont", "Ubuntu", "Segoe UI", "Roboto", "Oxygen-Sans", "Cantarell", "Helvetica Neue", sans-serif;
$typographic-root-font-size: 100;
$typographic-base-font-size: 16px;
@@ -53,4 +53,4 @@ $layout-post-width: $layout-post-single-width - 305px;
$layout-width: 1300px;
$layout-breakpoint-sm: 685px;
$layout-breakpoint-md: 960px;
$layout-breakpoint-lg: 1300px;
$layout-breakpoint-lg: 1300px;

View File

@@ -1,13 +1,14 @@
.react-toggle {
background-color: transparent;
border: 0;
bottom: -5px;
cursor: pointer;
display: inline-block;
padding: 0;
position: relative;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
touch-action: pan-x;