Skip to content

Commit

Permalink
Avatar responsive for phone devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Xarlizard committed Oct 27, 2024
1 parent e9ee8a2 commit 6141774
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 97 deletions.
32 changes: 0 additions & 32 deletions index_old.html

This file was deleted.

64 changes: 0 additions & 64 deletions src/css/index.css

This file was deleted.

5 changes: 4 additions & 1 deletion src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ header{
}
.topHeader{
display: flex;
flex-direction: column;
gap: 10px;
flex-direction: row;
align-items: center;
}
.topHeader h1{
Expand Down Expand Up @@ -351,6 +351,9 @@ hr{
flex-direction: row;
justify-content: space-between;
}
.topHeader{
flex-direction: row;
}
.topHeader h1{
font-size: 33px;
}
Expand Down

0 comments on commit 6141774

Please sign in to comment.