gregH commited on
Commit
2cfba99
1 Parent(s): bfc5ccd

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
@@ -64,7 +64,7 @@ input[type='radio'] { visibility: hidden; display: none; }
64
 
65
  .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; }
66
 
67
- .closebtn { margin-left: 15px; color: white; font-weight: bold; float: right; font-size: 22px; line-height: 20px; cursor: pointer; transition: 0.3s; }
68
 
69
  /* When moving the mouse over the close button */
70
  .closebtn:hover { color: black; }
 
64
 
65
  .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; }
66
 
67
+ .closebtn { margin-left: 15px; color: white; font-weight: bold; float: right; font-size: 6px; line-height: 20px; cursor: pointer; transition: 0.3s; }
68
 
69
  /* When moving the mouse over the close button */
70
  .closebtn:hover { color: black; }