fix: style
This commit is contained in:
parent
1f52cf47e2
commit
40d2b989e3
|
@ -4,12 +4,12 @@ Création et suivi de trajectoire de caméras<br>
|
||||||
Option longue 1
|
Option longue 1
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<div style="
|
<style>
|
||||||
|
body {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
max-width: 70rem;
|
max-width: 60rem;
|
||||||
margin-left: auto;
|
}
|
||||||
margin-right: auto;
|
</style>
|
||||||
">
|
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="mailto:laurent.fainsin@etu.inp-n7.fr">Laurent Fainsin</a> —
|
<a href="mailto:laurent.fainsin@etu.inp-n7.fr">Laurent Fainsin</a> —
|
||||||
|
@ -153,5 +153,3 @@ Tandis qu'un client Minecraft tourne au minimum à 60 fps, notre serveur étant
|
||||||
`/points` : permet de lister l'ensemble de points de contrôle éxistant.
|
`/points` : permet de lister l'ensemble de points de contrôle éxistant.
|
||||||
|
|
||||||
`/runas <player> <command>` : exécute une commande à la place d'un autre joueur.
|
`/runas <player> <command>` : exécute une commande à la place d'un autre joueur.
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
Loading…
Reference in a new issue