Refactor typewriter specifications layout and update README to reflect changes

This commit is contained in:
gribse 2025-05-24 21:04:56 +02:00
parent 461b2cc728
commit 9b5b75cb10
3 changed files with 6 additions and 93 deletions

View file

@ -3,9 +3,13 @@
<style>
.typewriter-specs {
width: 300px;
margin: 20px 0;
padding: 10px;
border: 1px solid #ccc;
float: right;
margin-left: 20px;
clear: right;
box-sizing: border-box;
overflow: hidden;
}