diff options
| author | Ahmed Abdelhalim <[email protected]> | 2023-08-11 06:22:46 +0300 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2023-08-11 15:03:05 +0300 |
| commit | 8fb3e29044a184528b8e5f2e7a0434383547fbea (patch) | |
| tree | b1ae090764f7de7644a6b9e66cc4f299fec5e9b5 /assets/scss/print | |
| parent | c6ad9c5edb468ebc8b6576c84c9c37a5a983f1a4 (diff) | |
Fix mobile header styling to have the name on one line
Diffstat (limited to 'assets/scss/print')
| -rw-r--r-- | assets/scss/print/_header.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/scss/print/_header.scss b/assets/scss/print/_header.scss index 652031a..a788ab8 100644 --- a/assets/scss/print/_header.scss +++ b/assets/scss/print/_header.scss @@ -1,5 +1,6 @@ .header__name { margin-bottom: 0.1em; + margin-top: 1em; } .header__language { |
