minor styling changes
This commit is contained in:
parent
ad9ceaf6b3
commit
a565e93a59
@ -4,8 +4,13 @@
|
|||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
td, .vowel-sequence {
|
td {
|
||||||
padding: 2em;
|
padding: 2em;
|
||||||
|
}
|
||||||
|
.vowel-example {
|
||||||
|
padding: 1em;
|
||||||
|
}
|
||||||
|
td, .vowel-sequence {
|
||||||
border: 2px solid gray;
|
border: 2px solid gray;
|
||||||
}
|
}
|
||||||
table > img {
|
table > img {
|
||||||
@ -13,7 +18,7 @@ table > img {
|
|||||||
height: 50%;
|
height: 50%;
|
||||||
}
|
}
|
||||||
.hero-example {
|
.hero-example {
|
||||||
width: 60%;
|
width: 50%;
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
@ -24,15 +29,22 @@ table > img {
|
|||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
#vowel-grid {
|
||||||
|
display: block;
|
||||||
|
width: 60%;
|
||||||
|
}
|
||||||
|
.vowel-sequence {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
.vowel-example {
|
.vowel-example {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
.vowel-example * {
|
.vowel-example * {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
.vowel-example svg {
|
.vowel-example > svg {
|
||||||
width: 6em;
|
width: 3em;
|
||||||
height: 6em;
|
height: 3em;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<h3>An introduction to Circle Script (Version... 3?)</h3>
|
<h3>An introduction to Circle Script (Version... 3?)</h3>
|
||||||
@ -231,5 +243,4 @@ table > img {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p>If you merge caught-cot, it is preferred to use the strong vowel /a~ɑ/ rather than the weak /ɔ/ vowel.</p>
|
<p>If you merge caught-cot, it is preferred to use the strong vowel /a~ɑ/ rather than the weak /ɔ/ vowel.</p>
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
|
Loading…
Reference in New Issue
Block a user