From a48d0fe1fd7a8375f873e93df070f72095a882cf Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 14 Nov 2022 00:35:11 +0100 Subject: Add language link and style it for web and print views --- app/stylesheets/web/header.styl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app/stylesheets/web') 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 { -- cgit v1.2.3