Fixed some css issues

Added border-box
Fixed height of nav buttons
fixed width of github proj web button
This commit is contained in:
Camerin 2021-09-21 13:37:12 -04:00
parent cd0e62550e
commit ec15f5b6f3
3 changed files with 10 additions and 5 deletions

View File

@ -46,7 +46,7 @@
padding:10px;
align-items:center;
text-align: center;
width: 58px;
width: 88px;
}
.repo .description {

View File

@ -1,3 +1,7 @@
* {
box-sizing: border-box;
}
a:link {
color: #FFFFFF;
text-decoration: none;

View File

@ -11,10 +11,6 @@
}
.Navigation a, .Navigation button {
padding: 5px;
height: 55px;
border: none;
color: #CFC0C0 !important;
display: flex;
flex-direction: column;
align-items:center;
@ -27,6 +23,11 @@
z-index: 10;
background-color: inherit;
text-align:center;
font-size: 16px;
padding: 5px;
height: 60px;
border: none;
color: #CFC0C0 !important;
}