/
githubmirror
/
materialize
Обзор
Документация
Войти
/
githubmirror
/
materialize
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1-dev
templates/masonry-template/css/style.css
55 строк
786 B
Dogfalo7
Refactored button-collapse to sidenav-trigger
21 ноя 2017, 10:18
21 ноя 2017, 10:18
75e9579
Код
Авторство
О чём код?
/* Custom Stylesheet */ /** * Use this file to override Materialize files so you can update * the core Materialize files in the future * * Made By MaterializeCSS.com */ nav ul a, nav .brand-logo { color: #444; } p { line-height: 2rem; } .sidenav-trigger { color: #26a69a; } .parallax-container { min-height: 380px; line-height: 0; height: auto; color: rgba(255,255,255,.9); } .parallax-container .section { width: 100%; } @media only screen and (max-width : 992px) { .parallax-container .section { position: absolute; top: 40%; } #index-banner .section { top: 10%; } } @media only screen and (max-width : 600px) { #index-banner .section { top: 0; } } .icon-block { padding: 0 15px; } footer.page-footer { margin: 0; }