Skip to content
Snippets Groups Projects
Commit 54fba0d3 authored by Tamás Szabó's avatar Tamás Szabó
Browse files

image and text size on homepage fix

parent 2c4bc04e
No related branches found
No related tags found
No related merge requests found
...@@ -55,10 +55,10 @@ class Home extends Component { ...@@ -55,10 +55,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
...@@ -66,10 +66,10 @@ class Home extends Component { ...@@ -66,10 +66,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
...@@ -77,27 +77,26 @@ class Home extends Component { ...@@ -77,27 +77,26 @@ class Home extends Component {
content='érdeklődőinek szánt weboldalán!' content='érdeklődőinek szánt 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='Mindenkit szeretettel várunk a KSZKépzés-re!' content='Mindenkit szeretettel várunk a KSZKépzés-re!'
inverted inverted
style={{ style={{
fontSize: '3em', fontSize: '3vw',
fontWeight: 'normal', fontWeight: 'normal',
marginBottom: 0, marginBottom: 0,
marginTop: '1em', marginTop: '1vw',
}} }}
/> />
<Container> <Container>
...@@ -108,9 +107,9 @@ class Home extends Component { ...@@ -108,9 +107,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',
}} }}
> >
Profilom Profilom
...@@ -122,9 +121,9 @@ class Home extends Component { ...@@ -122,9 +121,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