style tweaks
This commit is contained in:
parent
3767f0dffe
commit
95f13b0e78
@ -282,6 +282,10 @@ figure.gray {
|
|||||||
@media (max-width: 1500px) {
|
@media (max-width: 1500px) {
|
||||||
#mnml {
|
#mnml {
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
|
|
||||||
|
&.front-page main {
|
||||||
|
padding: 0 10%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
|
|||||||
@ -89,6 +89,7 @@ function Reshape(args) {
|
|||||||
return (
|
return (
|
||||||
<section class="top" onClick={() => setMtxActive(null)}>
|
<section class="top" onClick={() => setMtxActive(null)}>
|
||||||
<div class="news">
|
<div class="news">
|
||||||
|
<h1> Customise your Constructs </h1>
|
||||||
<p class="play-p">Use credits to modify your construct names and appearance.</p>
|
<p class="play-p">Use credits to modify your construct names and appearance.</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
|
|||||||
@ -27,7 +27,7 @@ function Shop(args) {
|
|||||||
return (
|
return (
|
||||||
<section class="top">
|
<section class="top">
|
||||||
<div class="news">
|
<div class="news">
|
||||||
<h1>Support the game</h1>
|
<h1>Support MNML</h1>
|
||||||
<p>
|
<p>
|
||||||
<b>Credits</b> are in game currency used to change your team appearance:
|
<b>Credits</b> are in game currency used to change your team appearance:
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user