Now that's way better
This commit is contained in:
parent
bb73324497
commit
e77fd63d1e
|
@ -155,11 +155,16 @@ h1, h2, h3, h4, h5, p {
|
|||
.icon-container a {
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
margin: 25px;
|
||||
margin: 35px;
|
||||
box-sizing: border-box;
|
||||
font-size: 32pt;
|
||||
font-size: 12pt;
|
||||
color: #FFFFFF;
|
||||
transition: color 0.25s ease-in-out;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.icon-container a svg {
|
||||
font-size: 42pt;
|
||||
}
|
||||
|
||||
.icon-container a:hover {
|
||||
|
|
Loading…
Reference in New Issue