Skip to content

Commit

Permalink
fixed docs styling to be larger
Browse files Browse the repository at this point in the history
  • Loading branch information
HShaw215 committed Jun 21, 2023
1 parent 19720d0 commit a5629c3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions frontend/containers/docsContainers/DocsStyles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@
left: 20;
display: flex;
flex-direction: column;
text-align: center;
padding-top: 10vh;
text-align: left;
justify-content: center;
padding-bottom: 10vh;
width: 160px;
border-radius: 20px;
background-image: linear-gradient(rgb(255, 238, 238, 0.5), rgba(116, 156, 133, 1));
}

.sidebarLinks {
font-size: 16px;
font-size: 21px;
text-decoration: none;
padding-bottom: 10%;
padding: 5px;
padding: 15px;
border-radius: 10px;
margin: 5px;
color: inherit;
Expand Down

0 comments on commit a5629c3

Please sign in to comment.