Skip to content

Commit

Permalink
changes made.
Browse files Browse the repository at this point in the history
  • Loading branch information
riyaahlawat committed Jun 12, 2024
1 parent 56ac1aa commit e7201d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<!-- Tanvi Bisht and Samriddhi-->
<div class="header">
<div class="logo-and-title">
<i class="fab fa-aws"></i>
<div style="padding: 10px;"><i class="fab fa-aws"></i></div>
<span class="site-title">TypeSmart</span>
</div>
<div class="header-icons">
Expand Down
4 changes: 2 additions & 2 deletions styles-type.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ body {
.content button{
outline: none;
border: 1px solid var(--textColor);
width: 80vw;
width: 90vw;
color: var(--textColor);
padding: 8px 0;
font-size: 16px;
Expand Down Expand Up @@ -164,7 +164,7 @@ li:not(:first-child) span{
padding: 20px 0;
}
.content-box .typing-text{
max-height: 100%;
max-height: 20rem;
}
.typing-text p{
font-size: 19px;
Expand Down

0 comments on commit e7201d8

Please sign in to comment.