diff options
| author | Max | 2019-04-15 16:20:53 +0200 |
|---|---|---|
| committer | Max | 2019-04-15 16:20:53 +0200 |
| commit | 919c70c54dccef5435f7aa7aacef52a50ea60416 (patch) | |
| tree | bf3c1b29b04f7bf49bae1596f8b3a5e0b7eb9837 /sass/theme/_breadcrumbs.scss | |
| parent | 8bb4d72a23b63a0099bff6f7fba058ff2e86d80a (diff) | |
| download | fuselkoenig_de-919c70c54dccef5435f7aa7aacef52a50ea60416.tar.gz | |
Hides current breadcrumb item on mobile.
Diffstat (limited to 'sass/theme/_breadcrumbs.scss')
| -rw-r--r-- | sass/theme/_breadcrumbs.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/theme/_breadcrumbs.scss b/sass/theme/_breadcrumbs.scss index 140f719..586fa65 100644 --- a/sass/theme/_breadcrumbs.scss +++ b/sass/theme/_breadcrumbs.scss @@ -10,7 +10,7 @@ } @media( max-width: 768px ) { - .breadcrumb-item.current-item { + .breadcrumb-item.current-item.post-post { display: none; } } |
