Skip to content

Commit

Permalink
cambios css
Browse files Browse the repository at this point in the history
  • Loading branch information
uo264915 committed Mar 28, 2024
1 parent d9d57fb commit cbc574d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/components/MainPage.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
div[title="main"]{
display: grid;
grid-template-columns: 1fr;

}

div[title="main"]>button{
margin: 1em;
padding: 0.25em;
padding: 0.5em;
background-color: rgba(31, 60, 134, 0.764);
color: white;
font-size: 1em;
}

0 comments on commit cbc574d

Please sign in to comment.