diff --git a/.claude/launch.json b/.claude/launch.json new file mode 100644 index 0000000..71ccefa --- /dev/null +++ b/.claude/launch.json @@ -0,0 +1,11 @@ +{ + "version": "0.0.1", + "configurations": [ + { + "name": "empor-dev", + "runtimeExecutable": "python3", + "runtimeArgs": ["-m", "http.server", "3001"], + "port": 3001 + } + ] +} diff --git a/index.html b/index.html index b46ab65..4696bc2 100644 --- a/index.html +++ b/index.html @@ -9,13 +9,12 @@
-

Holding

Yhteystiedot

Jukka Lampikoski

jukka@empor.fi

-

040-xxxxxxx

+

040 170 5455

diff --git a/style.css b/style.css index 2a421d7..050c6e5 100644 --- a/style.css +++ b/style.css @@ -23,14 +23,6 @@ main { font-size: 4rem; font-weight: 700; letter-spacing: 0.3em; - margin-bottom: 0.25rem; -} - -.tagline { - font-size: 1rem; - letter-spacing: 0.5em; - text-transform: uppercase; - color: #888; margin-bottom: 4rem; }