mirror of
https://git.kittycat.homes/zoe/reversi.git
synced 2024-08-15 03:27:19 +00:00
aeeieieuie
This commit is contained in:
parent
f77033ef8a
commit
f62dfca066
2 changed files with 10 additions and 4 deletions
|
@ -67,14 +67,15 @@ footer {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
min-height: 90%;
|
min-height: 90%;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 100%;
|
width: 90%;
|
||||||
|
max-width: 900px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button,
|
button,
|
||||||
.contentdiv *,
|
.contentdiv *,
|
||||||
a,
|
a,
|
||||||
p {
|
p {
|
||||||
line-height: 1.84em;
|
line-height: 48pt;
|
||||||
border-radius: 0.48em;
|
border-radius: 0.48em;
|
||||||
font-size: 24pt;
|
font-size: 24pt;
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
|
@ -93,6 +94,11 @@ input {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form {
|
||||||
|
width: 100%;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
cursor: text;
|
cursor: text;
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
class="{{hide_url_button}}"
|
class="{{hide_url_button}}"
|
||||||
href="{{url_button_url}}"
|
href="{{url_button_url}}"
|
||||||
type="button"
|
type="button"
|
||||||
>{{url_button_url}}</a>
|
>copy url</a>
|
||||||
<a href={{link_url}}>{{link}}</a>
|
<a href={{link_url}}>{{link}}</a>
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
|
|
Loading…
Reference in a new issue