fix: hide tooltip content on webform

This commit is contained in:
Shariq Ansari 2023-01-02 16:32:27 +05:30 committed by GitHub
parent 23982baa83
commit 2937b09a22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,10 @@
.page_content {
max-width: 800px;
margin: auto;
.tooltip-content {
display: none;
}
h1 {
font-size: 2.25rem;