Skip to content

Commit 6993bb6

Browse files
Merge pull request #414 from swetagoswami819/main
Fix About Us page layout and navbar display issues
2 parents 7e506ee + 784483e commit 6993bb6

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

src/pages/about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
top: 0;
8686
left: 0;
8787
right: 0;
88-
bottom: 0;
88+
bottom : 0;
8989
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
9090
opacity: 0.3;
9191
animation: float 20s ease-in-out infinite;
@@ -116,7 +116,7 @@
116116
}
117117

118118
.about-content {
119-
animation: slideInLeft 1s ease-out;
119+
animation: slideInLeft 5s ease-in infinite;
120120
}
121121

122122
.about-content h1 {

styles/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ ion-icon {
128128
pointer-events: none;
129129
}
130130

131+
131132
html {
132133
font-family: var(--ff-open-sans);
133134
color: var(--eerie-black);
@@ -273,6 +274,7 @@ a {
273274
justify-content: space-between;
274275
}
275276

277+
276278
.header.active {
277279
box-shadow: var(--shadow-1);
278280
}
@@ -283,13 +285,14 @@ a {
283285
justify-content: space-between;
284286
align-items: center;
285287
}
286-
287288
.header-actions {
288289
display: flex;
289290
align-items: center;
290291
gap: 20px;
291292
}
292293

294+
295+
293296
.header-actions .btn span {
294297
display: none;
295298
}

0 commit comments

Comments
 (0)