How do I remove the blur on images?

To remove the blur from images from showing up:

  1. Go to Browse
  2. Click on Cards
  3. Go to Styling
  4. Remove the following section below
  5. Click Save

You can remove this part from the styling section:

.blur {
  filter: blur(15px);
}
2 Likes