diff options
| author | Ahmed Abdelhalim <[email protected]> | 2022-11-14 00:35:11 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2022-11-14 01:12:37 +0100 |
| commit | a48d0fe1fd7a8375f873e93df070f72095a882cf (patch) | |
| tree | 4526b23f6724667b29181347796ef6f45c25f866 /app/stylesheets/web | |
| parent | f168d273179204adb41e6c4b3cb5e705284a8ab7 (diff) | |
Add language link and style it for web and print views
Diffstat (limited to 'app/stylesheets/web')
| -rw-r--r-- | app/stylesheets/web/header.styl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/stylesheets/web/header.styl b/app/stylesheets/web/header.styl index 6350b92..9ff75a8 100644 --- a/app/stylesheets/web/header.styl +++ b/app/stylesheets/web/header.styl @@ -3,9 +3,16 @@ font-style: normal } +.header__language { + float: right + margin-top: 1em + margin-bottom: -0.3em +} + .header__name { font-size: 3.3em margin-bottom: -0.2em + clear: right } .header__job-title { |
