added shields to welcome page

This commit is contained in:
wompmacho
2020-11-03 15:46:02 -05:00
parent daaf8714ae
commit 3f00a4c046
2 changed files with 17 additions and 7 deletions

View File

@@ -79,15 +79,12 @@ for fw, w in font-weights
.material-icons
margin-right: 7px
.shields
float: left;
.links_bottom
display: inline-block;
margin: 1%
a
background-color: #252526;
color: white;
padding-top: 1em;
padding-bottom: 1em;
text-decoration: none;
@@ -95,14 +92,18 @@ a
width: 100%;
table-layout: fixed;
border-collapse: collapse;
text-align: center
border: 1px solid #4e4e4e
background-color: #252526;
color: white;
text-align: center
a
display: inline-block;
a:hover
background-color: #d3d3d3;
color: black
a:active
box-shadow: none;
top: 5px;