Skip to content

Commit

Permalink
Updated CSS for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
villanovachile committed Feb 28, 2023
1 parent 9580d17 commit 99e9664
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,9 @@ li {
min-height: 10%;
flex: 0 0 auto;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}

.main-container {
Expand Down Expand Up @@ -344,10 +347,9 @@ li {
min-height: 60px;
margin-bottom: 10px;
font-size: 1.8em;

padding: 0px;
background-color: #8d3333;
border-radius: 0px;
border-radius: 10px;
border: 5px;
border-style: solid;
border-color: #aea1a1;
Expand Down

0 comments on commit 99e9664

Please sign in to comment.