This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | .float-image { | |
| width: 100%; | |
| float: left; | |
| padding: 0; | |
| display: block; | |
| text-align: center; | |
| margin: 0.75em 0; | |
| margin-top: 1vh; /* will collapse if float + margin-top because your entire CSS will be ignored by legacy RMSDK if you’re using margin: 1vh 0; */ | |
| margin-bottom: 1vh; | |
| } |