diff options
author | Alex Auvolat <alex@adnab.me> | 2020-03-11 09:32:32 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-03-11 09:32:32 +0100 |
commit | 2543ab514f32c818ebc426b3cfc7cd11912e84d7 (patch) | |
tree | aa3285ed5029842205bdd67cf6fddafc6b3351bd /src/css/main.css | |
parent | 3f4530092b07164d561b19b7583148c2494eb8fe (diff) | |
download | site-2543ab514f32c818ebc426b3cfc7cd11912e84d7.tar.gz site-2543ab514f32c818ebc426b3cfc7cd11912e84d7.zip |
Reorganize and write a bit
Diffstat (limited to 'src/css/main.css')
-rw-r--r-- | src/css/main.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/css/main.css b/src/css/main.css index 7a09598..2ba7418 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -38,10 +38,10 @@ p { } ul { + margin-left: 42px; } li { - margin-left: 42px; padding-top: 4px; padding-bottom: 4px; } @@ -93,6 +93,14 @@ header > .container > .menu-item > a,span { color: #fff; } +.service-box h3 { + font-size: 1.15em; +} + .list > br { clear: both; } + +.center { + text-align: center; +} |