create-block-theme/css/google-fonts.css
2022-09-23 10:20:05 -03:00

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;
}