Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warnings in welcome_message.php #1211

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions application/Views/welcome_message.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
h1 {
font-weight: lighter;
letter-spacing: 0.8;
letter-spacing: 0.8rem;
font-size: 3rem;
margin-top: 145px;
margin-bottom: 0;
Expand Down Expand Up @@ -99,7 +99,7 @@
-174 -24 -14 -43 -26 -43 -28 0 -2 24 4 53 14 241 83 427 271 482 486 19 76
19 202 -1 285 -35 152 -146 305 -299 412 l-70 49 -6 -33 c-8 -48 -26 -76 -59
-93 -45 -23 -103 -19 -138 10 -67 57 -78 146 -37 305 30 116 32 206 5 291 -27
89 -104 206 -162 247 -17 13 -18 12 -11 -15z"/>
89 -104 206 -162 247 -17 13 -18 12 -11 -15z"></path>
</g>
</svg>
</div>
Expand Down