Skip to content

Commit

Permalink
Merge pull request #64 from TartejBrothers/Updates
Browse files Browse the repository at this point in the history
Updated: Manifest
  • Loading branch information
TartejBrothers authored Jul 31, 2024
2 parents 23fa62f + c98435d commit aba25f8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Binary file modified public/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Adval Studios",
"name": "Adval Studios Portfolio Website",
"icons": [
{
"src": "favicon.ico",
Expand Down
14 changes: 7 additions & 7 deletions src/components/styles/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
margin-left: -10px;
}

@keyframes charactershow {
/* @keyframes charactershow {
0% {
transform: scale(0%);
}
Expand All @@ -73,16 +73,16 @@
}
}
.contactmain {
animation-timeline: view();
/* .contactmain {
/* animation-timeline: view();
animation-range-start: 0vh;
animation-range-end: 100vh;
animation-range-end: 100vh; */

animation-name: charactershow;
/* animation-name: charactershow;
animation-fill-mode: both;
animation-duration: 100ms;
animation-timing-function: linear;
}
animation-timing-function: linear; */
/* } */

@media screen and (max-width: 1000px) {
.contactmain h1 {
Expand Down

0 comments on commit aba25f8

Please sign in to comment.