static/style/tarazed.cssView |
---|
112 | 112 … | background-position: center; |
113 | 113 … | background-repeat: no-repeat; |
114 | 114 … | background-size: auto; |
115 | 115 … | } |
| 116 … | +.thefridayfetchit .decoration { |
| 117 … | + height: 18rem; |
| 118 … | + background-image: url("/thefridayfetchit/decoration.png"); |
| 119 … | +} |
116 | 120 … | .walkingdataloss .decoration { |
117 | 121 … | height: 6rem; |
118 | | - background-image: url("/style/decoration-walkingdataloss.png"); |
| 122 … | + background-image: url("/walkingdataloss/decoration.png"); |
119 | 123 … | background-position: top; |
120 | 124 … | background-repeat: repeat-x; |
121 | 125 … | } |
122 | | -.thefridayfetchit .decoration { |
123 | | - height: 18rem; |
124 | | - background-image: url("/style/decoration-thefridayfetchit.png"); |
125 | | -} |
126 | 126 … | |
127 | 127 … | .entry h1 { |
128 | 128 … | max-width: min(60rem, 95vw); |
129 | 129 … | margin-left: auto; |