Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
borishrncic committed Jun 28, 2024
1 parent 39ce41a commit 834ef7c
Show file tree
Hide file tree
Showing 18 changed files with 419 additions and 587 deletions.
181 changes: 0 additions & 181 deletions app/docs-styles.css

This file was deleted.

Binary file removed app/fonts/.DS_Store
Binary file not shown.
34 changes: 0 additions & 34 deletions app/fonts/Biotif.css

This file was deleted.

Binary file removed app/fonts/webFonts/BiotifBold/font.woff
Binary file not shown.
Binary file removed app/fonts/webFonts/BiotifBold/font.woff2
Binary file not shown.
Binary file removed app/fonts/webFonts/BiotifExtraBold/font.woff
Binary file not shown.
Binary file removed app/fonts/webFonts/BiotifExtraBold/font.woff2
Binary file not shown.
Binary file removed app/fonts/webFonts/BiotifMedium/font.woff
Binary file not shown.
Binary file removed app/fonts/webFonts/BiotifMedium/font.woff2
Binary file not shown.
52 changes: 52 additions & 0 deletions app/styles-new.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
:root {
--accent-color: #722FFF;
--accent-color-900: #070924;
}

.hellobar {
background: var(--accent-color-900);
border-bottom-color: var(--accent-color);
color: white;
}

.hellobar a {
color: white;
}


header {
display: flex;
flex-direction: column;
position: relative;
grid-column: 1/2;
grid-row: 1/2;
}

/* HOME START */

.home header {
position: relative;
top: 0;
display: flex;
padding: 20px;
grid-area: header;
flex-direction: column;
}

.home header img {
width: 150px;
height: auto;
}

.home img#tpg-wordmark {
top: 23px;
position: absolute;
}

@media (min-width: 768px) {
.home header {
position: sticky;
}
}

/* HOME END */
Loading

0 comments on commit 834ef7c

Please sign in to comment.