1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-14 22:28:09 +00:00

Deploy k4ustu3h.cf to github.com/k4ustu3h/gitfolio.git:gh-pages

This commit is contained in:
Kaustubh Ladiya (via Travis CI) 2020-01-15 17:12:59 +00:00
parent 5aef04c001
commit 2667950d98
2 changed files with 6 additions and 4 deletions

View file

@ -1,5 +1,3 @@
@import url("https://fonts.googleapis.com/css?family=Asap|Asap+Condensed");
body {
margin: 0%;
padding: 0%;
@ -9,7 +7,7 @@ body {
max-width: 100vw;
overflow-x: hidden;
align-items: center;
font-family: "Asap", sans-serif;
font-family: "Poppins", sans-serif;
}
#profile {
@ -90,7 +88,7 @@ body {
#footer a {
color: var(--text-color) !important;
text-decoration: none;
font-family: "Asap", sans-serif;
font-family: "Poppins", sans-serif;
font-weight: bold;
}

View file

@ -14,6 +14,10 @@
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin="anonymous"
></script>
<link
href="https://fonts.googleapis.com/css?family=Asap|Asap+Condensed|Poppins&amp;display=swap"
rel="stylesheet"
/>
<script src="https://unpkg.com/magic-grid/dist/magic-grid.min.js"></script>
<link rel="stylesheet" href="index.css" />
<link