From 0ad79ebd4928419f62fb20327c16c94bfa3fcf7f Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Tue, 19 Feb 2019 18:23:26 +0100 Subject: [PATCH] fixed mobile css for website --- website/project-files/css/main.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/website/project-files/css/main.css b/website/project-files/css/main.css index 0735a00..4e56a19 100755 --- a/website/project-files/css/main.css +++ b/website/project-files/css/main.css @@ -96,13 +96,9 @@ hr {height:1px; background:none; border-bottom:dotted 1px #666; margin-bottom:20 @media(max-width:768px){ html,body {font-size:15px;} - h1 {font-size:30px;} - h2 {font-size:35px;} } @media(max-width:450px){ - h1 {font-size:25px;} - h2, article h2 {font-size:22px;} }