From b0afddc0d13355906b09af44ed591f0431d63f42 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: mobile page size fix --- about.html | 3 ++- css/main.css | 4 +--- index.html | 3 ++- projects.html | 3 ++- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/about.html b/about.html index 7769d22..d25f15d 100644 --- a/about.html +++ b/about.html @@ -1,5 +1,6 @@ - + + Porter Swanstrom
diff --git a/css/main.css b/css/main.css index 6eec4ae..90e2145 100644 --- a/css/main.css +++ b/css/main.css @@ -5,9 +5,7 @@ html, body{ background-color:#100018; color:#DDD000; margin:0; - height:100%; - /*min-height:100%;*/ - /*position:relative*/ + height:100% } h1{ diff --git a/index.html b/index.html index f1ed920..2a717d1 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,6 @@ - + + Porter Swanstrom
diff --git a/projects.html b/projects.html index 58b015c..ce760ab 100644 --- a/projects.html +++ b/projects.html @@ -1,5 +1,6 @@ - + + Porter Swanstrom
-- cgit 1.4.1