diff --git a/index.html b/index.html index 835f2f1..25e9e51 100644 --- a/index.html +++ b/index.html @@ -4,14 +4,14 @@ + Tuned project -

Download -Tuned header

+Tuned header

Introduction

Tuned is a system tuning service for Linux. It:

diff --git a/style.css b/style.css new file mode 100644 index 0000000..b2cd25c --- /dev/null +++ b/style.css @@ -0,0 +1,13 @@ +body { + margin: 0px auto; + max-width: 1124px; + line-height: 1.6; + font-size: 18px; + color: #333; + padding: 0 10px +} + +h1, h2, h3 { + line-height: 1.2 +} +