Skip to content

Commit

Permalink
tema
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielHCarvalhaes committed Jun 30, 2024
1 parent 7907c2b commit 8c46200
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion codigo/public/assets/css/calendario.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ body{
a{
text-decoration: none;
}

.item-perfil{

margin-left: 1090px;
Expand Down
8 changes: 4 additions & 4 deletions codigo/public/assets/css/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
/* PC */
@media only screen and (min-width: 1101px)
{

Copy code body,
body {
background-color: var(--bg-color)!important;
}
html {
background-color: var(--bg-color);
background-color: var(--bg-color) !important;
margin: 0;
padding: 0;
}

.hamburger
{
display: none;
Expand Down

0 comments on commit 8c46200

Please sign in to comment.