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 d35773e commit d13595aCopy full SHA for d13595a
src/Page/Main.jsx
@@ -1,4 +1,4 @@
1
-import React, { useEffect, useState } from "react";
+import React, { useState } from "react";
2
import paragraph from "../helper/language";
3
import "../Styles.css";
4
import {
src/Styles.css
@@ -355,14 +355,20 @@ ul li {
355
.header-container-contact-info li {
356
font-size: 25px;
357
}
358
+ .header-container-contact-info ul {
359
+ gap: 15px;
360
+ }
361
+ .list-item {
362
+ margin: 0 15px 0px 15px;
363
364
.contact-info--logo {
365
font-size: 10px;
366
367
.intro-section-header {
368
font-size: 35px;
369
370
.info-section-header {
- font-size: 35px;
371
+ font-size: 15px;
372
373
.intro-section-paragraph p {
374
font-size: 15px;
0 commit comments