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 { ...@@ -56,10 +56,10 @@ class Home extends Component {
content='Üdvözlünk a' content='Üdvözlünk a'
inverted inverted
style={{ style={{
fontSize: '3em', fontSize: '3vw',
fontWeight: 'normal', fontWeight: 'normal',
marginBottom: 0, marginBottom: 0,
marginTop: '0.5em', marginTop: '0.5vw',
}} }}
/> />
<Header <Header
...@@ -67,10 +67,10 @@ class Home extends Component { ...@@ -67,10 +67,10 @@ class Home extends Component {
content='Kollégiumi Számítástechnikai Kör' content='Kollégiumi Számítástechnikai Kör'
inverted inverted
style={{ style={{
fontSize: '4em', fontSize: '4vw',
fontWeight: 'bold', fontWeight: 'bold',
marginBottom: '0.5em', marginBottom: '0.5vw',
marginTop: '0.5em', marginTop: '0.5vw',
}} }}
/> />
<Header <Header
...@@ -78,27 +78,26 @@ class Home extends Component { ...@@ -78,27 +78,26 @@ class Home extends Component {
content='újoncképzésének weboldalán!' content='újoncképzésének weboldalán!'
inverted inverted
style={{ style={{
fontSize: '3em', fontSize: '3vw',
fontWeight: 'normal', fontWeight: 'normal',
marginBottom: 0, marginBottom: 0,
marginTop: '0.5em', marginTop: '0.5vw',
}} }}
/> />
<Image <Image
verticalAlign='middle' verticalAlign='middle'
size='small'
src={KSZKbiglogo} src={KSZKbiglogo}
style={{ marginTop: '4em' }} style={{ marginTop: '4vw', width: '15%' }}
/> />
<Header <Header
as='h1' as='h1'
content='Szeretettel várunk a KSZKépzésre!' content='Szeretettel várunk a KSZKépzésre!'
inverted inverted
style={{ style={{
fontSize: '3em', fontSize: '3vw',
fontWeight: 'normal', fontWeight: 'normal',
marginBottom: 0, marginBottom: 0,
marginTop: '1em', marginTop: '1vw',
}} }}
/> />
<Container> <Container>
...@@ -110,9 +109,9 @@ class Home extends Component { ...@@ -110,9 +109,9 @@ class Home extends Component {
primary primary
size='huge' size='huge'
style={{ style={{
fontSize: '2em', fontSize: '2vw',
marginTop: '1em', marginTop: '1vw',
marginBottom: '1em', marginBottom: '1vw',
}} }}
> >
Jelentkezés Jelentkezés
...@@ -124,9 +123,9 @@ class Home extends Component { ...@@ -124,9 +123,9 @@ class Home extends Component {
primary primary
size='huge' size='huge'
style={{ style={{
fontSize: '2em', fontSize: '2vw',
marginTop: '1em', marginTop: '1vw',
marginBottom: '1em', marginBottom: '1vw',
}} }}
> >
Bejelentkezés 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