Code and file framework updates

This commit is contained in:
Lucas Patenaude
2024-04-24 03:08:57 -06:00
parent 7581f679d8
commit af6f4fbe9f
9 changed files with 15 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
/* Add logo font face */
@font-face {
font-family: 'Scottsdale-Italic';
src: url('../fonts/Scottsdale-Italic.ttf') format('truetype');
src: url('../../fonts/Scottsdale-Italic.ttf') format('truetype');
}
.sticky {
@@ -65,13 +65,4 @@
width: 30px;
}
#line {
height: 100%; /* spans the entire height of the navigation bar */
width: 10px;
background-color: white; /* makes the line white */
transform: skewx(-20deg); /* rotates the line by 20 degrees */
transform-origin: top left; /* sets the rotation origin to top left */
margin-left: 10px; /* Add margin to separate the line from the logo */
}