Skip to content

fix: Straighten bottom border of subnav

stephen requested to merge frontend-tickets--border-curl into main

A fix for the issue described in this ticket - #22 - in which the border-radius applied to .Card elements was mistakenly cascading onto .Subnav, which should not have any border-radius. Explicitly defining a border-radius of 0 for .Subnav has fixed this.

Closes: #22

Edited by stephen

Merge request reports