Skip to content

Commit

Permalink
removed redundant css
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjeevLakhwani committed Jun 5, 2024
1 parent b202790 commit a5efb3e
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,3 @@ body {
margin: auto;
}

.floating-search {
position: fixed !important;
right: 5em !important;
bottom: 3em !important;
transform: scale(125%) !important;
}

.logo-container {
overflow: hidden;
height: 32px;
transition: width 0.2s ease;
}

.logo-container.collapsed {
width: 40px;
}

.logo {
height: 32px;
transition: transform 0.2s ease;
}

.logo-container.collapsed .logo {
transform: translateX(-70%);
}

0 comments on commit a5efb3e

Please sign in to comment.