changed header size

This commit is contained in:
SilicoFlare
2022-10-27 16:17:15 +05:30
committed by GitHub
parent 71d7421a71
commit 7c0999a1bb

View File

@@ -65,6 +65,7 @@ input, textarea {
header { header {
padding: 10px; padding: 10px;
width: 50px;
background-color: #7F00FF; background-color: #7F00FF;
font-family: "SilicoHand"; font-family: "SilicoHand";
border: none; border: none;
@@ -284,7 +285,7 @@ a.steam:link
a.insta:visited a.insta:visited
{ {
/* Create the gradient. */ /* Create the gradient. */
background-image: linear-gradient(180deg, #161C34, #1D85B8) background-image: linear-gradient(180deg, #161C34, #1D85B8);
/* Set the background size and repeat properties. */ /* Set the background size and repeat properties. */
background-size: 100%; background-size: 100%;