diff --git a/src/styles/02_components/topMenu.scss b/src/styles/02_components/topMenu.scss index 7306acf..1937d52 100644 --- a/src/styles/02_components/topMenu.scss +++ b/src/styles/02_components/topMenu.scss @@ -25,11 +25,13 @@ .title-wrapper { // background: orange; align-self: center; //position the title at the bottom of the navbar - display: flex; flex-direction: row; flex: 1 1 auto; align-items: flex-end; + text-align: center; + padding: 1rem 0; + // background-color: rgb(40, 40, 4); } .title { font-size: 0.9vw;