Skip to content

Commit

Permalink
Merge pull request #51 from sdthaker/Update-logo-on-website-#43
Browse files Browse the repository at this point in the history
replaced old logo with new logo, updated css properties
  • Loading branch information
arjxn-py authored Oct 12, 2023
2 parents f3c3229 + c023c9a commit c1911d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from 'react'
// import { Header, Image } from 'semantic-ui-react'
import language from '../assets/images/language.png'
import Curiologo from '../assets/images/Csmall.png'
import './header.css';

const HeaderCurio = () => {
Expand All @@ -13,8 +13,8 @@ const HeaderCurio = () => {
<div className='curio__header'>
<div className='gradient__text'>
<h1>
<img src={language} alt='Curio' className='curio__icon' />
<span>CURIO</span>
<img src={Curiologo} alt='Curio' className='curio__icon' />
<span>URIO</span>
</h1>
<p className='curio__tag'><b>Your Video Translator :)</b></p>
</div>
Expand All @@ -34,8 +34,8 @@ const HeaderCurio = () => {
<div className='curio__header-m'>
<div className=' gradient__text gradient__text-m'>
<h1>
<img src={language} alt='Curio' className='curio__icon' />
<span>CURIO</span>
<img src={Curiologo} alt='Curio' className='curio__icon' />
<span>URIO</span>
</h1>
<p className='curio__tag'><b>Your Video Translator :)</b></p>

Expand Down
6 changes: 3 additions & 3 deletions src/components/Header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ transition-duration: .2s;
}

.curio__icon{
width: 15mm;
height: 15mm;
height: 12.5mm;
margin-bottom: 0.6rem;
}

.curio__tag{
padding: 0rem 4.5rem;
padding-right: 4.5rem;
}
.curio_tag-m{
display: flex;
Expand Down

0 comments on commit c1911d1

Please sign in to comment.