Skip to content

Commit

Permalink
Update about-us style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
harmeetsingh11 authored Jan 5, 2024
1 parent d5a709e commit 1faeec8
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions Pages/About-Us/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&family=Roboto:wght@400;700&display=swap');


/* resets */

* {
Expand All @@ -25,8 +24,7 @@ html {

::-webkit-scrollbar {
width: 12px;


}

::-webkit-scrollbar-track {
border-radius: 5px;
Expand All @@ -38,7 +36,6 @@ html {
background: linear-gradient(to top, #2294ed, #1d69a3);
}


body {
font-family: 'Poppins', sans-serif;
color: var(--primary-text-color);
Expand Down Expand Up @@ -159,14 +156,12 @@ ul {
display: none;
}


.hamburger{ /* In Use */
.hamburger {
display: none;
cursor: pointer;
}


.bar{ /* In Use */
.bar {
display: block;
width: 25px;
height: 3px;
Expand Down Expand Up @@ -234,5 +229,3 @@ footer {
font-size: 14px;
color: #cacdd2;
}


0 comments on commit 1faeec8

Please sign in to comment.