diff options
author | Vitaly Takmazov | 2018-09-18 15:03:20 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | 5142179acd1600dd09b70cf11db2a55e018a9ff7 (patch) | |
tree | 6620974d00b17780fbeec1f1e38a56e815093c94 /vnext/src/style/main.css | |
parent | 6fbd2409121ffb0b74e89ce5a6b167bb4b39f9eb (diff) |
dynamic import
Diffstat (limited to 'vnext/src/style/main.css')
-rw-r--r-- | vnext/src/style/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index 6d78c7eb..77cc56cb 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -87,7 +87,7 @@ noscript article { background: #006699; color: #fff; } -body > header { +#body > header { position: fixed; top: 0; width: 100%; @@ -138,7 +138,7 @@ body > header { min-width: 310px; width: auto; } - body > header { + #body > header { margin-bottom: 15px; } } |