We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc167fd commit e52d375Copy full SHA for e52d375
insure-landing-page-master/README.md
@@ -31,7 +31,7 @@ Users should be able to:
31
### Links
32
33
- 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)
+- Live Site URL: [live site URL ]()
35
36
## My process
37
insure-landing-page-master/style.css
@@ -10,5 +10,25 @@
10
max-height: 32rem
11
}
12
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
0 commit comments