WIP: [Electron Demo] - Updating UX | Visual Design of the Demo. #38

Draft
syntaxbullet wants to merge 14 commits from syntaxbullet/docs.sheetjs.com:master into master
3 changed files with 8 additions and 3 deletions
Showing only changes of commit e5a1d470ad - Show all commits

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 32 KiB

@ -34,8 +34,8 @@
</body>
<footer>
<ul>
<li><a href="https://docs.sheetjs.com/docs/" class="text-condensed">SheetJS CE Docs</a></li>
<li><a href="https://www.electronjs.org/docs" class="text-condensed">Electron Docs</a></li>
<li><a href="https://docs.sheetjs.com/docs/" class="text-condensed"><img src="https://git.sheetjs.com/assets/img/logo.svg" alt="SheetJS" width="20" height="20"> SheetJS CE Docs</a></li>
<li><a href="https://www.electronjs.org/docs" class="text-condensed"><img src="https://www.electronjs.org/assets/img/logo.svg" alt="Electron" width="20" height="20"> Electron Docs</a></li>
</ul>
</footer>
<script src="index.js"></script>

@ -167,7 +167,6 @@ button:focus, input[type="submit"]:focus, input[type="file"]:focus {
Footer
===================== */
footer {
background-color: #eee;
padding: 1rem;
display: flex;
justify-content: center;
@ -190,6 +189,12 @@ footer li {
list-style: none;
}
footer li a {
display: flex;
align-items: center;
gap: 0.5rem;
}
/* =====================
Responsive Table Container
===================== */