mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-06-23 03:01:22 +02:00
kalk_web: Removed margin under kalk, on desktop
This commit is contained in:
parent
3a7fab530a
commit
598f311815
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@paddim8/kalk-component",
|
"name": "@paddim8/kalk-component",
|
||||||
"version": "1.1.4",
|
"version": "1.2.0",
|
||||||
"description": "A Svelte component for kalk, a calculator that supports user-defined functions and variables.",
|
"description": "A Svelte component for kalk, a calculator that supports user-defined functions and variables.",
|
||||||
"svelte": "src/main.ts",
|
"svelte": "src/main.ts",
|
||||||
"main": "public/build/bundle.js",
|
"main": "public/build/bundle.js",
|
||||||
|
@ -358,7 +358,6 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding-bottom: 3.5em;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user