Advertisement
pratikshrestha

Sumiko Custom CSS

Apr 30th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.75 KB | None | 0 0
  1. .home #content .entry-title {
  2.     display: none;
  3. }
  4.  
  5. #site-details {
  6.     margin-top: 45px;
  7. }
  8.  
  9. #site-description {
  10.     width: 400px;
  11. }
  12.  
  13. @media screen and (max-width: 960px) and (min-width: 768px) {
  14.     #site-description {
  15.         width: 260px;
  16.     }
  17.     #site-details {
  18.         margin-top: 55px;
  19.     }
  20. }
  21.  
  22. @media screen and (max-width: 767px) {
  23.     #site-description {
  24.         width: 230px;
  25.         visibility: hidden;
  26.     }
  27.  
  28.     #site-description:after {
  29.         content: "2017年6月30日 新横浜国際ホテル マナーハウス南館";
  30.         visibility: visible;
  31.         display: block;
  32.         margin-top: -50px;
  33.     }
  34. }
  35.  
  36. #text-2 {
  37.     padding: 0;
  38.     font-size: 15px;
  39. }
  40.  
  41. #text-2 .su-row {
  42.     text-align: center;
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement