home.css 307 B

1234567891011121314151617181920212223
  1. .title{
  2. font-size: 30px;
  3. width: 100%;
  4. border-bottom: 4px solid #E1EBF0;
  5. margin-bottom: 25px;
  6. line-height: 20px;
  7. }
  8. .section{
  9. margin-bottom: 20px;
  10. }
  11. .section .title{
  12. font-size: 20px;
  13. }
  14. .relations-to-tag .content a{
  15. font-size: 16px;
  16. }
  17. .new-relation{
  18. margin-top: 10px;
  19. }