Skip to content
Snippets Groups Projects
Unverified Commit db7f2b55 authored by Barnabás Czémán's avatar Barnabás Czémán Committed by GitHub
Browse files

Merge pull request #11 from DevTeamSCH/branch2

Branch2
parents 93091ea2 01c6d408
No related branches found
No related tags found
No related merge requests found
......@@ -56,10 +56,10 @@ class Home extends Component {
content='Üdvözlünk a'
inverted
style={{
fontSize: '3em',
fontSize: '3vw',
fontWeight: 'normal',
marginBottom: 0,
marginTop: '0.5em',
marginTop: '0.5vw',
}}
/>
<Header
......@@ -67,10 +67,10 @@ class Home extends Component {
content='Kollégiumi Számítástechnikai Kör'
inverted
style={{
fontSize: '4em',
fontSize: '4vw',
fontWeight: 'bold',
marginBottom: '0.5em',
marginTop: '0.5em',
marginBottom: '0.5vw',
marginTop: '0.5vw',
}}
/>
<Header
......@@ -78,27 +78,26 @@ class Home extends Component {
content='újoncképzésének weboldalán!'
inverted
style={{
fontSize: '3em',
fontSize: '3vw',
fontWeight: 'normal',
marginBottom: 0,
marginTop: '0.5em',
marginTop: '0.5vw',
}}
/>
<Image
verticalAlign='middle'
size='small'
src={KSZKbiglogo}
style={{ marginTop: '4em' }}
style={{ marginTop: '4vw', width: '15%' }}
/>
<Header
as='h1'
content='Szeretettel várunk a KSZKépzésre!'
inverted
style={{
fontSize: '3em',
fontSize: '3vw',
fontWeight: 'normal',
marginBottom: 0,
marginTop: '1em',
marginTop: '1vw',
}}
/>
<Container>
......@@ -110,9 +109,9 @@ class Home extends Component {
primary
size='huge'
style={{
fontSize: '2em',
marginTop: '1em',
marginBottom: '1em',
fontSize: '2vw',
marginTop: '1vw',
marginBottom: '1vw',
}}
>
Jelentkezés
......@@ -124,9 +123,9 @@ class Home extends Component {
primary
size='huge'
style={{
fontSize: '2em',
marginTop: '1em',
marginBottom: '1em',
fontSize: '2vw',
marginTop: '1vw',
marginBottom: '1vw',
}}
>
Bejelentkezés
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment