Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CSS Stylesheet
/*--------------------------------------------------*/
/*---OOH PROJECTATONS OVERVIEW PAGE - 16-02-2023---*/
/*------------------------------------------------*/ 

/*---INTRODUCTION---*/
#introduction h1 { margin-bottom:2.5rem;} 
#introduction p { margin-bottom:0;}
/*hack - remove empty p from confluence*/
/*#introduction p:first-child ,#introduction p:last-child { display:none; border:1px solid red;}*/
#introduction p { border:1px solid red;}

.introduction-illu { width: 180px;}

@media screen and (min-width: 769px) {
  .introduction-illu { width: 100%; max-width: 320px; height: auto;}
}