mjolnir1122 commited on
Commit
5f7fded
·
verified ·
1 Parent(s): 429e76b

Update ecolytics-landing-page.html

Browse files
Files changed (1) hide show
  1. ecolytics-landing-page.html +21 -30
ecolytics-landing-page.html CHANGED
@@ -18,38 +18,29 @@
18
  }
19
 
20
  * {
21
- margin: 0;
22
- padding: 0;
23
- box-sizing: border-box;
24
- font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
25
- }
26
-
27
- html, body {
28
- height: 100%; /* Ensure the HTML and body take up the full height of the viewport */
29
- margin: 0;
30
- padding: 0;
31
- overflow-x: hidden; /* Prevent horizontal scrolling */
32
- }
33
-
34
- body {
35
- background-color: var(--light);
36
- color: var(--dark);
37
- display: flex;
38
- flex-direction: column; /* Optional: Use flexbox for layout */
39
- }
40
 
41
- section {
42
- padding: 80px 0;
43
- position: relative;
44
- flex: 1; /* Allow sections to grow and fill available space */
45
- }
46
 
47
- .container {
48
- max-width: 1200px;
49
- margin: 0 auto;
50
- padding: 0 20px;
51
- width: 100%; /* Ensure the container takes up the full width */
52
- }
53
 
54
  /* Hero Section */
55
  .hero {
 
18
  }
19
 
20
  * {
21
+ margin: 0;
22
+ padding: 0;
23
+ box-sizing: border-box;
24
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
25
+ }
26
+
27
+ body {
28
+ background-color: var(--light);
29
+ color: var(--dark);
30
+ overflow-x: hidden;
31
+ }
32
+
33
+ section {
34
+ padding: 80px 0;
35
+ position: relative;
36
+ }
 
 
 
37
 
38
+ .container {
39
+ max-width: 1200px;
40
+ margin: 0 auto;
41
+ padding: 0 20px;
42
+ }
43
 
 
 
 
 
 
 
44
 
45
  /* Hero Section */
46
  .hero {