/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize

# Base
- Box sizing
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries

- Accessibility
- Alignments

--------------------------------------------------------------*/

/* wp admin bar
* přepisuji základní chování kdy na mobilu 
* admin bar je position absolute a překrývá odkazy v navigaci
----------------------------------------------*/

@media screen and (max-width: 600px) {
	.admin-bar  #wpadminbar {
		position: fixed;
    }
}


