css: width of words
This commit is contained in:
parent
b3ceba5ca6
commit
4363169462
|
@ -38,6 +38,12 @@ a.back {
|
||||||
margin: 55px 150px 25px 150px;
|
margin: 55px 150px 25px 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#words,
|
||||||
|
#bigwords {
|
||||||
|
display: inline-block;
|
||||||
|
width: 60%;
|
||||||
|
}
|
||||||
|
|
||||||
#words {
|
#words {
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
margin-top: -10px;
|
margin-top: -10px;
|
||||||
|
|
Loading…
Reference in a new issue