@charset "utf-8"; .plugin-show-table th { text-align: right; min-width: 5em; } .search-widget h3, .projects-index h3 { @extend .unity-title; } .projects-index { width: 100% !important; thead > tr th { word-break: keep-all; @media(max-width: 580px) { word-break: unset; } } } // .personal-projects { // thead > tr th { // word-break: keep-all; // @media(max-width: 580px) { // word-break: unset; // } // } // @media(width: 768px) { // .計畫類別 { width: 25% !important; } // .計畫名稱 { width: 65% !important; } // } // } // .personal-patent { // thead > tr th { // word-break: keep-all; // @media(max-width: 580px) { // word-break: unset; // } // } // }