From 42274f00bf03d70f28bd83ffb01724121c184ad1 Mon Sep 17 00:00:00 2001 From: "jonas.gaertner" Date: Thu, 16 Dec 2021 10:48:15 +0100 Subject: [PATCH] separated tags with elements --- html/landingpage.html | 8 ++++---- sass/index.css | 6 +++++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/html/landingpage.html b/html/landingpage.html index 26764ab..bdd23f6 100644 --- a/html/landingpage.html +++ b/html/landingpage.html @@ -31,7 +31,7 @@

Java is trash, and here is the proof.

-

OPINION DAVID 15.12.2021

+

OPINIONDAVID15.12.2021

After a recent vulnerability voices get louder that demand to retire the language.

@@ -47,7 +47,7 @@

Render fractals on canvas with WASM.

-

PROGRAMMING DAVID 15.12.2021

+

PROGRAMMINGDAVID15.12.2021

Learn how to render mandelbrot fractals with web assembly.

@@ -63,7 +63,7 @@

Write directly to the framebuffer with Rust.

-

LINUX DAVID 15.12.2021

+

LINUXDAVID15.12.2021

Learn how to access the framebuffer with Rust.

@@ -79,7 +79,7 @@

Kobalt a simple webserver for testing.

-

OPEN SOURCE DAVID 15.12.2021

+

OPEN SOURCEDAVID15.12.2021

Meet kobalt, the new fast and simple production ready webserver.

diff --git a/sass/index.css b/sass/index.css index 3d43ab4..32cf428 100644 --- a/sass/index.css +++ b/sass/index.css @@ -18,7 +18,11 @@ h3 { font-size: 200%; margin: 0; } - +.article-description i { + padding: 0 15px 0 0; + text-decoration: none; + font-style: normal; +} p { margin: 0; font-size: 150%;