css: width of words

This commit is contained in:
Lilian Jónsdóttir 2024-01-24 00:56:30 -08:00
parent b3ceba5ca6
commit 4363169462

View file

@ -38,6 +38,12 @@ a.back {
margin: 55px 150px 25px 150px;
}
#words,
#bigwords {
display: inline-block;
width: 60%;
}
#words {
font-size: 1.0em;
margin-top: -10px;