• This project
    • Loading...
  • Sign in

zuzitsu / UR_Village

%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 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • UR_Village
  • public
  • css
  • category.css
  • Suyeon Jung's avatar
    Modify category css · 2b32bbef
    2b32bbef
    Suyeon Jung authored 2020-12-09 20:18:18 +0900
category.css 353 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 26 27 28
.card-body {
    text-align: center;
}

body {
    font-family: 'Noto Sans KR', sans-serif;
}

.category {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.card-title {
    font-size: medium;
    font-weight: bold;
}

.card-text {
    font-size: small;
}

.btn {
    font-weight: bold;
    font-size: x-small;
}