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/web/_header.scss | |
| parent | c6ad9c5edb468ebc8b6576c84c9c37a5a983f1a4 (diff) | |
Fix mobile header styling to have the name on one line
Diffstat (limited to 'assets/scss/web/_header.scss')
| -rw-r--r-- | assets/scss/web/_header.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/scss/web/_header.scss b/assets/scss/web/_header.scss index 1037114..ae412d5 100644 --- a/assets/scss/web/_header.scss +++ b/assets/scss/web/_header.scss @@ -10,9 +10,13 @@ } .header__name { - font-size: 3.3em; + font-size: 3.3rem; margin-bottom: -0.2em; clear: right; + margin-top: 1.3em; + @media screen and (max-width: 780px) { + font-size: 2rem; + } } .header__job-title { |
