Expand services section

This commit is contained in:
2024-04-05 22:12:31 +01:00
parent 74bb96440e
commit ee2a6adabd
8 changed files with 61 additions and 22 deletions

View File

@@ -27,14 +27,14 @@ p, h1, h2, h3, h4, h5, h6 {
}
/*End copy paste*/
@font-face {
font-family: 'League Spartan Variable';
src: local('League Spartan'). url('LeagueSpartan-VF.woff2') format('woff2-variations');
font-family: 'League Spartan';
src: local('League Spartan'). url('/LeagueSpartan-VF.woff2') format('woff2-variations');
font-weight: 200 900;
font-display: swap;
}
html {
--hyper-blue: #7df9ff;
font-family: "League Spartan Variable";
font-family: "League Spartan";
}
body {
font-variation-settings: "wght" 400;
@@ -98,3 +98,15 @@ nav > a {
}
}
}
section {
margin: auto;
padding-top: 10px;
}
div#sectionleft {
float: left;
margin-right: 10px;
}
div#sectionright {
margin: auto;
height: 100%;
}