.whippet-simple-menu ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.whippet-simple-menu ul li {
  margin: 0;
}
.whippet-simple-menu ul li a {
  text-decoration: none;
}
.whippet-simple-menu ul li a:hover {
  text-decoration: underline;
}
