home.css 132 B

12345678
  1. /* Page logo in the top of the toolbar */
  2. div#logo{
  3. width: 100%;
  4. text-align: center;
  5. }
  6. div#logo img{
  7. max-height: 7em;
  8. }