From f1602b8e93d81daea0c6b8513c0cdd85a4c6e133 Mon Sep 17 00:00:00 2001 From: Lukas Heiligenbrunner Date: Tue, 17 Mar 2020 22:18:12 +0100 Subject: [PATCH] about page responsive design for mobile --- css/index.css | 14 ++++++++++++++ index.html | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/css/index.css b/css/index.css index 39134c2..caa9582 100644 --- a/css/index.css +++ b/css/index.css @@ -51,6 +51,7 @@ body, html { .aboutPic { width: 60%; + height: 300px; float: left; } @@ -123,4 +124,17 @@ body, html { #aboutmeText { width: 100%; } + + .aboutcontainer { + width: 100%; + } + + .aboutPic { + width: 100%; + height: 150px; + } + + #section2{ + height: 130%; + } } \ No newline at end of file diff --git a/index.html b/index.html index 524f5ba..e4031b8 100644 --- a/index.html +++ b/index.html @@ -63,7 +63,7 @@

- +
@@ -95,7 +95,7 @@
- +