0

テーマのブレークポイントの設定について助けが必要です。基本的には簡単です:モバイル; タブレットとデスクトップ。ただし、問題は横向きとデバイスの解像度に関係しています。実際、これは私の変数とコード例です:

$mobile   :  500px;
$tablet   :  700px;
$desktop  :  950px;// sortie=>> min-width: 950px
/////////////*******
@include susy-breakpoint ($tablet){
     max-width: container($tabletcol);
  }
  @include susy-breakpoint ($desktop){
      max-width: container($desktopcol);
  }

アプリケーションで使用している効率的なコードはありますか?

ありがとう

編集:これが役立つことがわかりましたが、それを適切に設定するには助けが必要です http://breakpoint-sass.com/

$tabletlandscape: (min-height 767px) (orientation landscape);//pour orientation paysage
4

0 に答える 0