Skip to content

Commit d13595a

Browse files
AYS-22 jira ve confluence icon ve baglanti linklerinin ana sayfaya eklenmesi (#40)
Co-authored-by: Agit Rubar Demir <demiragitrubar@gmail.com>
1 parent d35773e commit d13595a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/Page/Main.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useEffect, useState } from "react";
1+
import React, { useState } from "react";
22
import paragraph from "../helper/language";
33
import "../Styles.css";
44
import {

src/Styles.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,14 +355,20 @@ ul li {
355355
.header-container-contact-info li {
356356
font-size: 25px;
357357
}
358+
.header-container-contact-info ul {
359+
gap: 15px;
360+
}
361+
.list-item {
362+
margin: 0 15px 0px 15px;
363+
}
358364
.contact-info--logo {
359365
font-size: 10px;
360366
}
361367
.intro-section-header {
362368
font-size: 35px;
363369
}
364370
.info-section-header {
365-
font-size: 35px;
371+
font-size: 15px;
366372
}
367373
.intro-section-paragraph p {
368374
font-size: 15px;

0 commit comments

Comments
 (0)