Edit text font size and line height
This commit is contained in:
parent
a3cc3e7cdc
commit
8ea65a3c93
7 changed files with 4598 additions and 26 deletions
|
@ -144,7 +144,7 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: $desktop-media-query) {
|
||||
@media screen and (min-width: $tablet-media-query) {
|
||||
|
||||
.social {
|
||||
width: auto;
|
||||
|
|
|
@ -6,14 +6,14 @@
|
|||
|
||||
// Fonts
|
||||
|
||||
--text-font-family: Helvetica, sans-serif;
|
||||
--title-font-family: Helvetica, sans-serif;
|
||||
--text-font-family: Helvetica, Arial, sans-serif;
|
||||
--title-font-family: Helvetica, Arial, sans-serif;
|
||||
--regular-font-weight: 400;
|
||||
--medium-font-weight: 500;
|
||||
--semi-bold-font-weight: 600;
|
||||
--bold-font-weight: 700;
|
||||
--text-font-size: 1rem;
|
||||
--text-line-height: calc(var(--text-font-size) * 1.2);
|
||||
--text-font-size: 0.9rem;
|
||||
--text-line-height: calc(var(--text-font-size) * 1);
|
||||
--footnote-font-size: 0.8rem;
|
||||
--footnote-line-height: calc(var(--footnote-font-size) * 1.2);
|
||||
--h1-font-size: 1.6rem;
|
||||
|
|
4207
public/build/app.js
4207
public/build/app.js
File diff suppressed because one or more lines are too long
|
@ -1,15 +0,0 @@
|
|||
/*!
|
||||
* Splide.js
|
||||
* Version : 4.1.4
|
||||
* License : MIT
|
||||
* Copyright: 2022 Naotoshi Fujita
|
||||
*/
|
||||
|
||||
/*!
|
||||
* swiped-events.js - v@version@
|
||||
* Pure JavaScript swipe events
|
||||
* https://github.com/john-doherty/swiped-events
|
||||
* @inspiration https://stackoverflow.com/questions/16348031/disable-scrolling-when-touch-moving-certain-element
|
||||
* @author John Doherty <www.johndoherty.info>
|
||||
* @license MIT
|
||||
*/
|
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"build/app.js": "/build/app.js",
|
||||
"build/main.css": "/build/main.css",
|
||||
"build/panel.css": "/build/panel.css"
|
||||
"build/panel.css": "/build/panel.css",
|
||||
"build/main.css": "/build/main.css"
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
.k-textarea-field .k-toolbar .k-dropdown .k-button:nth-of-type(2),.k-textarea-field .k-toolbar .k-dropdown .k-button:nth-of-type(3),.kirby-imagecrop-field .k-column:nth-of-type(2){display:none}
|
Loading…
Add table
Add a link
Reference in a new issue