mirror of
https://github.com/norohind/SquadsActivityMonitor.git
synced 2025-04-12 13:00:02 +03:00
Make tables on main page horizontal, thanks to chatGPT
This commit is contained in:
parent
81e707bb7c
commit
f4ec819373
@ -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>
|
||||
|
@ -1,5 +1,5 @@
|
||||
table {
|
||||
margin-bottom: 20px;
|
||||
margin: 20px;
|
||||
border: 1px solid #dddddd;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user