forked from cory/tildefriends
apps: Mobile CSS tweaks.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user