Skip to content

Commit e52d375

Browse files
committed
update: updated the readme and style file
1 parent bc167fd commit e52d375

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

insure-landing-page-master/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Users should be able to:
3131
### Links
3232

3333
- Solution URL: [code](https://github.com/Ehmkayel/digital-notebook/tree/main/Project-day56/insure-landing-page-master)
34-
- Live Site URL: [Add live site URL here](https://your-live-site-url.com)
34+
- Live Site URL: [live site URL ]()
3535

3636
## My process
3737

insure-landing-page-master/style.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,25 @@
1010
max-height: 32rem
1111
}
1212

13+
#mobile-menu {
14+
position: fixed;
15+
right: 0;
16+
bottom: 0;
17+
z-index: 9999;
18+
overflow-y: auto;
19+
}
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
30+
31+
32+
1333

1434

0 commit comments

Comments
 (0)