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

(Undo revision 326180 by BambooPanda (talk))
(Undo revision 325994 by BambooPanda (talk))
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:28, 15 October 2018