Design system.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
162 B

  1. /* kitchen-sink styles */
  2. meta[name="display-title"] {
  3. max-width: 720px;
  4. }
  5. meta[name="display-title"]::before {
  6. display: block;
  7. content: attr(content);
  8. }