Skip to content

monochromeのちょっとだけレスポンシブ化 #8

@kmuto

Description

@kmuto

monochromeテーマを改変して利用していますが、こんな感じのを入れておくとどうでしょう。
スマホ縦置きなどの横幅が不足する画面時に、サイドバーをやめて記事末尾に移動します。

@media screen and (max-width: 600px) {
  div.main {
    margin-left: 0;
  }

  div.sidebar {
    position: relative;
    top: 0;
    left: 0;
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions