Difference between revisions of "Team:NUS Singapore-A/Templates/Style"

Line 312: Line 312:
 
.panel {
 
.panel {
 
   background-color: transparent;
 
   background-color: transparent;
  text-align: center;
 
 
   margin-top: 0;
 
   margin-top: 0;
 
   max-height: 0;
 
   max-height: 0;
  overflow: hidden;
 
  transition: max-height 0.2s ease-out;
 
}
 
.panel-inside{
 
 
   display: inline-block;
 
   display: inline-block;
 
   text-align: justify;
 
   text-align: justify;
 
   max-width: 100%;
 
   max-width: 100%;
 +
  overflow: hidden;
 +
  transition: max-height 0.2s ease-out;
 
}
 
}
  

Revision as of 15:21, 15 October 2018