• This project
    • Loading...
  • Sign in

이세진 / dev-profile

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 10
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • dev-profile
  • src
  • client
  • scss
  • components
  • header.scss
  • 김채리's avatar
    CSS update for UserDetail and more · 05724a20
    05724a20
    김채리 authored 2021-06-05 06:42:43 +0900
header.scss 458 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
header {
  padding: 10px;
  margin-bottom: 10px;
  .header__wrapper {
    padding: 5px 0px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: flex-end;

    .header__column {
      ul {
        display: flex;
        color: $lilac;
        font-weight: 700;
        font-size: 20px;
        text-transform: uppercase;
        li:not(:last-child) {
          margin-right: 15px;
        }
      }
    }
  }
}