apps: Mobile CSS tweaks.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 22m12s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 22m12s
This commit is contained in:
parent
4f18e744b4
commit
6280d6d167
@ -1,5 +1,5 @@
|
||||
{
|
||||
"type": "tildefriends-app",
|
||||
"emoji": "💻",
|
||||
"previous": "&4rIJI6mkeLcqz/sxe4KEApmyblO8590lNnvlg6nbR1E=.sha256"
|
||||
"previous": "&OFzapemXnBpvXSLlNLy3JQHdTT1wJzmBVjUcpiYf8SQ=.sha256"
|
||||
}
|
||||
|
@ -65,7 +65,7 @@ async function main() {
|
||||
const stylesheet = `
|
||||
body {
|
||||
color: whitesmoke;
|
||||
margin: 16px;
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
.app {
|
||||
@ -89,19 +89,19 @@ async function main() {
|
||||
const body = `
|
||||
<h1 style="text-shadow: #808080 0 0 10px;">Welcome to Tilde Friends</h1>
|
||||
|
||||
<div id="apps" class="w3-card-4 w3-dark-gray w3-margin">
|
||||
<div id="apps" class="w3-card-4 w3-dark-gray w3-margin-top">
|
||||
<header class="w3-container w3-light-blue">
|
||||
<h2>Your Apps</h2>
|
||||
</header>
|
||||
</div>
|
||||
|
||||
<div id="shared_apps" class="w3-card-4 w3-dark-gray w3-margin">
|
||||
<div id="shared_apps" class="w3-card-4 w3-dark-gray w3-margin-top">
|
||||
<header class="w3-container w3-light-blue">
|
||||
<h2>Shared Apps</h2>
|
||||
</header>
|
||||
</div>
|
||||
|
||||
<div id="core_apps" class="w3-card-4 w3-dark-gray w3-margin">
|
||||
<div id="core_apps" class="w3-card-4 w3-dark-gray w3-margin-top">
|
||||
<header class="w3-container w3-light-blue">
|
||||
<h2>Core Apps</h2>
|
||||
</header>
|
||||
|
Loading…
x
Reference in New Issue
Block a user