Skip to content

Commit b2ebd0c

Browse files
Update style.css
1 parent ca2771d commit b2ebd0c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

assets/style.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,24 @@ input[type="text"], input[type="number"] {
102102
box-sizing: border-box;
103103
}
104104

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+
color: #777;
116+
text-decoration: none;
117+
}
118+
119+
.footer a:hover {
120+
text-decoration: underline;
121+
}
122+
105123
.result-wrapper {
106124
margin-top: 20px;
107125
}

0 commit comments

Comments
 (0)