mirror of
https://gh.wpcy.net/https://github.com/WordPress/create-block-theme.git
synced 2026-05-11 07:39:30 +08:00
20 lines
No EOL
291 B
CSS
20 lines
No EOL
291 B
CSS
#google-fonts-table {
|
|
display: none;
|
|
}
|
|
|
|
#google-fonts-table tbody tr td:nth-of-type(3) {
|
|
width: 100%;
|
|
}
|
|
|
|
#google-fonts-table tbody td {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#google-fonts-table tbody p {
|
|
font-size: 2rem;
|
|
margin: 0;
|
|
}
|
|
|
|
.google-fonts-page .hint {
|
|
display: none;
|
|
} |