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/print/header.styl | |
| parent | f168d273179204adb41e6c4b3cb5e705284a8ab7 (diff) | |
Add language link and style it for web and print views
Diffstat (limited to 'app/stylesheets/print/header.styl')
| -rw-r--r-- | app/stylesheets/print/header.styl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/stylesheets/print/header.styl b/app/stylesheets/print/header.styl index 7f6b7ab..3a8e14f 100644 --- a/app/stylesheets/print/header.styl +++ b/app/stylesheets/print/header.styl @@ -2,6 +2,10 @@ margin-bottom: 0.1em } +.header__language { + display: none +} + .header__tel .header__website .header__email |
