summaryrefslogtreecommitdiffhomepage
path: root/common
diff options
context:
space:
mode:
authorRay <[email protected]>2017-11-09 23:24:31 +0100
committerRay <[email protected]>2017-11-09 23:24:31 +0100
commitb80d80b583a4f4e1414aaa1bde51416e07da1c8f (patch)
tree62f02aaf62bac833850de5f3a8dd2b3e21ff1114 /common
parent4b42065e70bbd964aa8dc0997e940c6dc246bf48 (diff)
downloadraylib.com-b80d80b583a4f4e1414aaa1bde51416e07da1c8f.tar.gz
raylib.com-b80d80b583a4f4e1414aaa1bde51416e07da1c8f.zip
Corrected icons width
Diffstat (limited to 'common')
-rw-r--r--common/css/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/css/main.css b/common/css/main.css
index ae73e30..1045295 100644
--- a/common/css/main.css
+++ b/common/css/main.css
@@ -61,7 +61,7 @@ p a:hover{text-decoration: none; color:gray;}
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e0e0e0',GradientType=0 );
}
-#social{ width:372px; height:50px; position:relative; float:right; margin-right:8px; margin-top:20px; margin-bottom:20px; }
+#social{ width:410px; height:50px; position:relative; float:right; margin-right:8px; margin-top:20px; margin-bottom:20px; }
#social a:hover{ background-position: 0 -36px;}
#youtube{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_youtube.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
#handmade{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_handmade.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}