Difference between revisions of "Template:UConn/boots"

Line 10: Line 10:
 
<style>
 
<style>
 
/************************************NAVBAR FIXES**************************/
 
/************************************NAVBAR FIXES**************************/
 +
 +
/* margin */ 
 +
.navbar {
 +
    position: relative;
 +
    display: -ms-flexbox;
 +
    display: flex;
 +
    -ms-flex-wrap: wrap;
 +
    flex-wrap: wrap;
 +
    -ms-flex-align: center;
 +
    align-items: center;
 +
    -ms-flex-pack: justify;
 +
    justify-content: space-between;
 +
    padding: 0.5rem 1rem;
 +
    margin-top:auto;
 +
  }
  
 
/* dropdown on hover*/
 
/* dropdown on hover*/

Revision as of 19:18, 13 June 2018