Correction affichage boutons de langue
This commit is contained in:
parent
41738a2dd0
commit
d14bc4e49d
@ -45,16 +45,8 @@ export default class MenuComponent extends Component {
|
|||||||
render() {
|
render() {
|
||||||
return <section id="menu" class="hero is-primary dontPrint is-bold">
|
return <section id="menu" class="hero is-primary dontPrint is-bold">
|
||||||
<div class="hero-body">
|
<div class="hero-body">
|
||||||
<div class="container">
|
<div id="langButtons">
|
||||||
<h1 class="title">
|
<div>
|
||||||
<FormattedMessage id="title"/>
|
|
||||||
</h1>
|
|
||||||
<h2 class="subtitle">
|
|
||||||
<FormattedMessage id="subtitle"/>
|
|
||||||
</h2>
|
|
||||||
</div>
|
|
||||||
<div class="navbar-end">
|
|
||||||
<div class="navbar-item">
|
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a class="button is-light" onClick={this.honhonhon}>
|
<a class="button is-light" onClick={this.honhonhon}>
|
||||||
🇫🇷
|
🇫🇷
|
||||||
@ -65,6 +57,15 @@ export default class MenuComponent extends Component {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="container">
|
||||||
|
<h1 class="title">
|
||||||
|
<FormattedMessage id="title"/>
|
||||||
|
</h1>
|
||||||
|
<h2 class="subtitle">
|
||||||
|
<FormattedMessage id="subtitle"/>
|
||||||
|
</h2>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</section>;
|
</section>;
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
|
|
||||||
.component-menu-component{
|
#langButtons {
|
||||||
|
font-weight: bold;
|
||||||
|
float:right;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user