diff --git a/images/screenshot.png b/images/screenshot.png index 2fb3bbb..fdf2e9b 100644 Binary files a/images/screenshot.png and b/images/screenshot.png differ diff --git a/index.html b/index.html index 0d59113..190b790 100644 --- a/index.html +++ b/index.html @@ -8,23 +8,28 @@ -
+
- +
+ +
-

phi code editor

-
+
+

phi code editor

Phi is a code editor whose main goals are simplicity, - speed, and beauty. The editor is still a work in progress. + speed, and beauty. +

+

+ The editor is still a work in progress.

- -
- screenshot of the editor -
-
+ +
+ screenshot of the editor +
+ diff --git a/main.css b/main.css index 54d42ca..d006502 100644 --- a/main.css +++ b/main.css @@ -13,48 +13,31 @@ body { } header { - display: block; - width: 100%; - margin-bottom: 40px; + display: grid; + grid-template-columns: 30% 70%; } -header nav { - display: inline-block; - width: 100%; +h1.title { + margin: 1em 0; } -header nav ul li { - display: block; - float: left; - margin: 15px; +.logoContainer { + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; +} +.logoContainer img { + width: 65%; } -a { - color: #f8f273;; -} - -.section { - display: block; - margin: 20px 0 20px 0; -} - -.logo { - display: block; - margin: 40px auto; - width: 10%; -} - -.text-center { - text-align: center; -} - -img.fit { - display: block; - max-width: 100%; -} - -.wrapper { +main { display: block; width: 800px; - margin: 0 auto; + margin: 5em auto; +} + +.screenshotContainer img { + display: block; + width: 100%; } \ No newline at end of file