@@ -219,7 +219,7 @@ body {
219219
220220.didYouKnow {
221221 width : 30% ;
222- background : linear-gradient ( rgba (0 , 0 , 0 , 0.2 ) , rgba ( 0 , 0 , 0 , 0.5 )) , url (img/bg/netherrack.png );
222+ background-color : rgba (181 , 207 , 255 , 0.35 );
223223 background-size : 32px ;
224224 position : absolute;
225225 right : 0 ;
@@ -233,14 +233,38 @@ body {
233233}
234234
235235.didYouKnowHeader {
236- color : rgb (255 , 214 , 202 );
237- padding-top : 3px ;
238- padding-bottom : 3px ;
239- background : linear-gradient (rgba (0 , 0 , 0 , 0.2 ), rgba (0 , 0 , 0 , 0.1 )), url (img/bg/nether_bricks.png);
236+ text-align : center;
237+ color : white;
238+ padding-top : 5px ;
239+ padding-bottom : 5px ;
240+ background-color : rgba (255 , 255 , 255 , 0.35 );
240241 background-size : 32px ;
241242 image-rendering : pixelated;
242243 font-size : 16pt ;
243244 box-shadow : 0px 2px 2px rgba (0 , 0 , 0 , 0.75 );
245+ text-indent : 0 !important ;
246+ display : flex;
247+ justify-content : center;
248+ gap : 8px ;
249+ }
250+
251+ .didYouKnowHeader img {
252+ height : 24px ;
253+ width : auto;
254+ flex-shrink : 0 ;
255+ flex-grow : 0 ;
256+ image-rendering : pixelated;
257+ position : absolute;
258+ top : 7px ;
259+ left : 7px ;
260+ }
261+
262+ .featuredHeader {
263+ display : flex;
264+ justify-content : left;
265+ margin-left : 10px ;
266+ text-indent : 0 ;
267+ gap : 10px ;
244268}
245269
246270@media (max-width : 1000px ) {
@@ -258,6 +282,12 @@ body {
258282 }
259283}
260284
285+ @media (max-width : 1200px ) {
286+ .didYouKnowHeader img {
287+ display : none;
288+ }
289+ }
290+
261291.didYouKnowBody {
262292 padding-left : 15px ;
263293 padding-right : 15px ;
@@ -368,6 +398,12 @@ body {
368398 .didYouKnowHeader {
369399 font-size : 14pt !important ;
370400 }
401+ .didYouKnowHeader img {
402+ display : block;
403+ position : absolute;
404+ top : 5px ;
405+ left : 7px ;
406+ }
371407 .didYouKnowBody {
372408 font-size : 17pt !important ;
373409 }
0 commit comments