Refactor, rounded solution terms

This commit is contained in:
2024-03-02 21:53:06 -05:00
parent ea437052bc
commit ee94f2989d
4 changed files with 42 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ function Navbar() {
}
return (
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<nav class="navbar navbar-expand-sm bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#">Math Practice</a>
<button class="navbar-toggler" type="button" onClick={()=>setShow(!show)} aria-expanded={show} aria-label="Toggle navigation">