You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
260 B

7 years ago
  1. /* Empty. Add your own CSS if you like */
  2. .o_mainOptionRow{
  3. height: calc(100%/4);
  4. display: table;
  5. padding: 0;
  6. }
  7. .o_mainOptionRow a{
  8. text-align: center;
  9. display: table-cell;
  10. vertical-align: middle;
  11. width: 50%;
  12. font-size: 300%;
  13. }