From b12f5b4fb49381a26516ab9bc95ec56f4146c78d Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 23 Dec 2023 13:34:50 -0300 Subject: [PATCH] README: update --- README.md | 2 +- twenty-frontend/src/css/main.scss | 6 +++++- twenty-frontend/src/layouts/default.html | 8 +++++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 650b85f..0c15e10 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ rather than in the cloud. * Provides a web application that helps you manage projects. * Provides a command-line utility to start / stop a web server, connect / disconnect a project. -* Works online, or offline. Binds to `http//:localhost:2020` by default. +* Works offline. Binds to `http//:localhost:2020` by default. * Lightweight: Ruby, and SQLite3 are the primary runtime dependencies. * Database: `~/.local/share/twenty/twenty.sqlite`. * Easy to install: `gem install twenty`. diff --git a/twenty-frontend/src/css/main.scss b/twenty-frontend/src/css/main.scss index 96a3be2..3b82f9a 100644 --- a/twenty-frontend/src/css/main.scss +++ b/twenty-frontend/src/css/main.scss @@ -24,10 +24,14 @@ body header { border-bottom: 1px solid $gray3; } +.pt-20 { padding-top: 20px; } +.pb-20 { padding-bottom: 20px; } +.mb-20 { margin-bottom: 20px; } +.mb-50 { margin-bottom: 50px; } + .max-width { width: 75%; max-width: 1024px; - padding: 20px 0 20px 0; } .align-center { diff --git a/twenty-frontend/src/layouts/default.html b/twenty-frontend/src/layouts/default.html index 824c82e..1b8b814 100644 --- a/twenty-frontend/src/layouts/default.html +++ b/twenty-frontend/src/layouts/default.html @@ -2,14 +2,16 @@ - twenty + 20 -
+
- twenty + + +
<%= yield %>