diff options
| author | ElDoc-s <A01255172@tec.mx> | 2026-07-03 15:42:01 -0700 |
|---|---|---|
| committer | ElDoc-s <A01255172@tec.mx> | 2026-07-03 15:42:01 -0700 |
| commit | bc931e1ab1f332bc2bfc624c2e931636990b9d71 (patch) | |
| tree | 6c90fbc8a2f3baebe2d6ad790d672cbebd64d1ed /britons.css | |
| parent | 03eb6013a2bf3f26249ceede4a79b4d4b8e5c201 (diff) | |
Fixes to CSS and edited Fig origin
Diffstat (limited to 'britons.css')
| -rw-r--r-- | britons.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/britons.css b/britons.css index 62407fa..71f9545 100644 --- a/britons.css +++ b/britons.css @@ -33,10 +33,9 @@ header { } .tagline { - margin-left: auto; color: whitesmoke; font-size: 125%; - margin-left: 1%; + padding: 0 5%; text-decoration: underline; } @@ -49,8 +48,8 @@ h1 { white-space: nowrap; } -h2 { - margin-bottom: 0%; +h2, h3 { + margin: 1% 0 0 0; } h1 a { |
