kalk_web: Removed margin under kalk, on desktop

This commit is contained in:
bakk 2021-05-29 01:34:53 +02:00
parent 3a7fab530a
commit 598f311815
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"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.",
"svelte": "src/main.ts",
"main": "public/build/bundle.js",

View File

@ -358,7 +358,6 @@
flex-direction: column;
width: 100%;
height: 100%;
padding-bottom: 3.5em;
box-sizing: border-box;
background-color: inherit;
color: inherit;