Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
ajustando responsividade do menu mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jesielviana committed Nov 30, 2024
1 parent 2a4dd31 commit b3b97a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions webapp/src/main/webapp/themes/brcris/css/brcris.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ h3 {
align-items: baseline;
}

.nav .nav-item {
justify-content: flex-start;
}

.mobile-hidden {
font-size: 0.9rem;
}
Expand Down Expand Up @@ -217,6 +221,9 @@ ul#individual-facultyMemberships li {

/* CSS para telas menores que 768px(celulares e tablets pequenos) */
@media only screen and (max-width: 768px) {
.navbar-expand-lg {
padding: 0;
}
#individual-intro.person {
flex-direction: column;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</#if>

<div id="__next">
<nav class="navbar navbar-dark navbar-expand-lg bg-violet px-5 py-3">
<nav class="navbar navbar-dark navbar-expand-lg bg-violet px-5">
<div class="container-fluid d-flex">
<div class="flex-nowrap d-flex align-items-center flex-justify-content-between"><a class="navbar-brand" href="/">
<picture class="navbar-logo"><img class="img-fluid brcris" src="${urls.theme}/images/logo-brcris-pb.png" alt="logo do brcris"></picture>
Expand Down

0 comments on commit b3b97a4

Please sign in to comment.