Skip to content

Instantly share code, notes, and snippets.

@gekh
Created November 11, 2014 11:19
Show Gist options
  • Save gekh/6fd1566692574ae0a161 to your computer and use it in GitHub Desktop.
Save gekh/6fd1566692574ae0a161 to your computer and use it in GitHub Desktop.
Пример адаптивных стилей
/************************/
/*** Адаптивные стили ***/
/************************/
@media (min-width : 1260px) and (min-height : 580px)
{
.page
{
padding-right : 140px;
}
.q-navigation-placeholder
{
position : fixed;
max-width : 280px;
margin-left : 950px; /* 1140 - 280/2 + 50 */
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment