JorgeAEP commited on
Commit
6eec91d
·
verified ·
1 Parent(s): cca102c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +15 -12
index.html CHANGED
@@ -58,14 +58,21 @@
58
  font-weight:700;
59
  margin:0;
60
  }
61
- /* Removed all NAV styling */
62
- section{
63
- background:var(--card);
64
- border:1px solid var(--border);
65
- border-radius:14px;
66
- padding:18px;
67
- margin:14px 0;
68
- }
 
 
 
 
 
 
 
69
  .hero h1{
70
  margin:0 0 6px;
71
  font-size:28px;
@@ -104,10 +111,6 @@
104
  .muted{
105
  color:var(--muted);
106
  }
107
- section p {
108
- text-align: justify;
109
- max-width: 80ch;
110
- }
111
  pre,code{
112
  background:#f0f2f5;
113
  border:1px solid var(--border);
 
58
  font-weight:700;
59
  margin:0;
60
  }
61
+
62
+ section{
63
+ background: var(--card);
64
+ border: 1px solid var(--border);
65
+ border-radius: 14px;
66
+
67
+ /* Reduce padding so text can expand more */
68
+ padding: 10px 0;
69
+
70
+ /* Margin only on top/bottom */
71
+ margin: 10px 0;
72
+
73
+ /* Allow full width */
74
+ wid
75
+
76
  .hero h1{
77
  margin:0 0 6px;
78
  font-size:28px;
 
111
  .muted{
112
  color:var(--muted);
113
  }
 
 
 
 
114
  pre,code{
115
  background:#f0f2f5;
116
  border:1px solid var(--border);