We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2771d commit b2ebd0cCopy full SHA for b2ebd0c
assets/style.css
@@ -102,6 +102,24 @@ input[type="text"], input[type="number"] {
102
box-sizing: border-box;
103
}
104
105
+.footer {
106
+ margin-top: 30px;
107
+ padding: 10px;
108
+ text-align: center;
109
+ font-size: 9pt;
110
+ color: #777;
111
+ border-top: 1px solid #e0e0e0;
112
+}
113
+
114
+.footer a {
115
116
+ text-decoration: none;
117
118
119
+.footer a:hover {
120
+ text-decoration: underline;
121
122
123
.result-wrapper {
124
margin-top: 20px;
125
0 commit comments