From 0bc8f05eb192c916d6084d929158f4d2f75cfa0d Mon Sep 17 00:00:00 2001 From: Andy Date: Tue, 10 Mar 2020 21:06:15 +0100 Subject: [PATCH] font size responsive --- css/responsive.css | 12 ++++++++++++ html/float.html | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/css/responsive.css b/css/responsive.css index 6f501f9..2bb1adc 100644 --- a/css/responsive.css +++ b/css/responsive.css @@ -1,7 +1,16 @@ /*** *** Ab hier responsive Angaben ***/ + @media (max-width: 960px) { + .wrapper { + padding:0 10px; + } + } + @media (max-width: 620px) { + body{ + font: normal 500 1rem helvetica, sans-serif; + } header{ clip-path: polygon(0 0, 100% 0, 100% 80%, 0 200px); background: #a82e0f; @@ -15,4 +24,7 @@ .box { width: 100%; } + body{ + font: normal 500 .8rem helvetica, sans-serif; + } } \ No newline at end of file diff --git a/html/float.html b/html/float.html index 4153743..8c632bc 100644 --- a/html/float.html +++ b/html/float.html @@ -32,7 +32,6 @@

Inhalt strukturieren mit css

Float

-

lorem300