Template:Floatbox/styles.css: Difference between revisions

From OnTrackNorthAmerica
No edit summary
No edit summary
Line 3: Line 3:
     position: relative;
     position: relative;
     min-width:50%;
     min-width:50%;
    float:right;
    
    
   }
   }
Line 9: Line 10:
     margin:0;
     margin:0;
     padding: 0;
     padding: 0;
     min-width:15%;
     width:10em;
    float:left;
   }
   }
}
}

Revision as of 19:23, 17 December 2024

@media screen and (min-width: 950px){
  .floatbox-text{
    position: relative;
    min-width:50%;
    float:right;
  
  }

  .floatbox b{
    margin:0;
    padding: 0;
    width:10em;
    float:left;
  }
}