Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Yossapol / transaction-log

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • transaction-log
  • ..
  • css
  • footer.css
  • jutawuth nantawan's avatar
    push project · 6f05bf21
    jutawuth nantawan committed Feb 18, 2019
    6f05bf21
footer.css 217 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13
.footer {
   color: #FFF;
   background-color: #404041;
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 20px;
   line-height: 20px;
   text-align: center;
   font-size: calc(4px + 1vmin);
 }