1
0
Fork 0

[SITE] eliminate font-awesome

This commit is contained in:
Jannik Beyerstedt 2016-04-10 22:13:10 +02:00
parent 474ebdc135
commit a05b824cd0
9 changed files with 12 additions and 9 deletions

View file

@ -137,6 +137,9 @@ footer {
footer a > svg image {
height: 1.4rem;
width: 1.4rem; }
footer img {
height: 1.4rem;
padding-right: 0.2em; }
/* make footer sticky */
html {

File diff suppressed because one or more lines are too long

BIN
assets/images/css3icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
assets/images/html5icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -197,6 +197,10 @@ footer {
width: $footer_logoHeight;
}
}
img {
height: $footer_logoHeight;
padding-right: 0.2em;
}
}