Make tables on main page horizontal, thanks to chatGPT

This commit is contained in:
norohind 2022-12-14 17:44:07 +03:00
parent 81e707bb7c
commit f4ec819373
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
</style>
</head>
<body>
<div>
<div style="display: inline-block;">
<p>Squadrons activity</p>
<table>
<tr>
@ -53,7 +53,7 @@
</tr>
</table>
</div>
<div>
<div style="display: inline-block;">
<p>Latest leaderboards</p>
<table>
<tr>

View File

@ -1,5 +1,5 @@
table {
margin-bottom: 20px;
margin: 20px;
border: 1px solid #dddddd;
border-collapse: collapse;
}