Browse Source

taking out the common fund gueards

master
manetta 4 years ago
parent
commit
bc752ac899
  1. 6
      stylesheet.css

6
stylesheet.css

@ -3,9 +3,9 @@
src: url('fonts/Chilanka-Regular.ttf'); src: url('fonts/Chilanka-Regular.ttf');
} }
body{ body{
background-image: url('img/background.png'); /* background-image: url('img/background.png'); */
background-size: 100% auto; /* background-size: 100% auto; */
background-repeat: repeat-y; /* background-repeat: repeat-y; */
width: calc(100% - 4em); width: calc(100% - 4em);
margin: 2em; margin: 2em;
font-family: 'commonfun', sans-serif; font-family: 'commonfun', sans-serif;

Loading…
Cancel
Save