gregH commited on
Commit
b681cf4
1 Parent(s): 5874cdb

Update assets/css/custom_style.css

Browse files
Files changed (1) hide show
  1. assets/css/custom_style.css +1 -1
assets/css/custom_style.css CHANGED
@@ -68,7 +68,7 @@ input[type='radio'] { visibility: hidden; display: none; }
68
 
69
  .warning-quote { padding: 15px; font-size: 0.8em; background-color: #f43636ba; color: white; margin-bottom: 15px; border-left: 5px solid #ff3030; transition-duration: 0.3s; }
70
 
71
- .closebtn { margin-left: 15px; color: white; font-weight: bold; float: right; font-size: 12px; line-height: 20px; cursor: pointer; transition: 0.3s; }
72
 
73
  /* When moving the mouse over the close button */
74
  .closebtn:hover { color: black; }
 
68
 
69
  .warning-quote { padding: 15px; font-size: 0.8em; background-color: #f43636ba; color: white; margin-bottom: 15px; border-left: 5px solid #ff3030; transition-duration: 0.3s; }
70
 
71
+ .closebtn { margin-left: 15px; color: white; font-weight: bold; float: right; font-size: 6px; line-height: 20px; cursor: pointer; transition: 0.3s; }
72
 
73
  /* When moving the mouse over the close button */
74
  .closebtn:hover { color: black; }