universe

Universe
git clone https://git.dasho.dev/universe.git
Log | Files | Refs | Submodules | README

updates.css (651B)


      1 .updates-page {
      2  display: block;
      3  margin: 0 auto;
      4  max-width: 1400px;
      5  padding: 30px 20px;
      6 }
      7 
      8 .updates-page > .p-title {
      9  font-size: 24px;
     10  margin-bottom: 20px;
     11  color: #000;
     12 }
     13 
     14 .updates-page > .list {
     15  width: 100%;
     16 }
     17 
     18 .updates-page > .list > .item {
     19  display: block;
     20  width: 100%;
     21  padding: 20px;
     22  background: #fff;
     23  margin-bottom: 15px;
     24 }
     25 
     26 .updates-page > .list > .item > .title {
     27  font-size: 22px;
     28  color: #9b59b6;
     29  margin-bottom: 5px;
     30 }
     31 
     32 .updates-page > .list > .item > .title > a {
     33  text-decoration: none;
     34 }
     35 
     36 .updates-page > .list > .item > .timestamp {
     37  font-size: 14px;
     38  color: #999;
     39 }