From 349b7f25039436d617dc0cafa470904dfd3e6978 Mon Sep 17 00:00:00 2001 From: Alexander PapaTutuWawa Date: Fri, 29 May 2020 20:01:05 +0200 Subject: [PATCH] Remove page specific CSS --- css/main.css | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/css/main.css b/css/main.css index 9f7f77a..65d7491 100644 --- a/css/main.css +++ b/css/main.css @@ -33,11 +33,6 @@ ul { margin-top: 2px; } -img { - /* Prevent images in blog posts from getting too big */ - max-width: 800px; -} - /* Layouting */ .container { display: flex; @@ -58,16 +53,6 @@ img { padding: 5px; } -.post-list-item { - display: block; - max-width: 600px; -} - -.post { - display: block; - max-width: 800px; -} - .title-sub { margin-top: 0px; margin-bottom: 10px; @@ -90,10 +75,3 @@ img { padding-left: 4px; font-style: italic; } - -/* Image styling */ -.profile-picture { - width: 256px; - height: 256px; - margin-bottom: 10px; -}