Fixed some css issues
Added border-box Fixed height of nav buttons fixed width of github proj web button
This commit is contained in:
parent
cd0e62550e
commit
ec15f5b6f3
|
|
@ -46,7 +46,7 @@
|
|||
padding:10px;
|
||||
align-items:center;
|
||||
text-align: center;
|
||||
width: 58px;
|
||||
width: 88px;
|
||||
}
|
||||
|
||||
.repo .description {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue