From 3fd4bd6e86c605f09a5435c6432b254530518594 Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Wed, 21 Feb 2018 22:42:19 +0100 Subject: [PATCH] fix home page --- Makefile | 2 +- grs/mainsite.css | 2 +- index.html => index.ls | 17 ++++++++++++++++- 3 files changed, 18 insertions(+), 3 deletions(-) rename index.html => index.ls (78%) diff --git a/Makefile b/Makefile index a67e251..73bc1a6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ BUILDDIR = ./build projs = grs info -copyfiles = index.html +copyfiles = index.ls main: copy for f in $(projs); do make -C "$${f}" ; done diff --git a/grs/mainsite.css b/grs/mainsite.css index a000522..c79ed41 100644 --- a/grs/mainsite.css +++ b/grs/mainsite.css @@ -79,6 +79,6 @@ padding: 0; margin: 0; line-height: 1.6; - width: 500px; + max-width: 500px; } \ No newline at end of file diff --git a/index.html b/index.ls similarity index 78% rename from index.html rename to index.ls index 5157178..91e6e90 100644 --- a/index.html +++ b/index.ls @@ -1,3 +1,18 @@ + @@ -26,7 +41,7 @@

- Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. +