Changes

argh, fix the round warning text's inner margin at last
Line 14: Line 14:  
   width: 60%;
 
   width: 60%;
 
   border-radius: 1em;
 
   border-radius: 1em;
  margin-top: 0;
   
   margin: auto;
 
   margin: auto;
 
   background-color: #fefefe;
 
   background-color: #fefefe;
Line 22: Line 21:  
   justify-content: center;
 
   justify-content: center;
 
   align-items: center;
 
   align-items: center;
 +
}
 +
 +
.round_warning p {
 +
  margin-top: 0;
 
}
 
}
  
297

edits