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;
|
padding:10px;
|
||||||
align-items:center;
|
align-items:center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 58px;
|
width: 88px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.repo .description {
|
.repo .description {
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
a:link {
|
a:link {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
|
||||||
|
|
@ -11,10 +11,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.Navigation a, .Navigation button {
|
.Navigation a, .Navigation button {
|
||||||
padding: 5px;
|
|
||||||
height: 55px;
|
|
||||||
border: none;
|
|
||||||
color: #CFC0C0 !important;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items:center;
|
align-items:center;
|
||||||
|
|
@ -27,6 +23,11 @@
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
|
font-size: 16px;
|
||||||
|
padding: 5px;
|
||||||
|
height: 60px;
|
||||||
|
border: none;
|
||||||
|
color: #CFC0C0 !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue