mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-12 02:25:41 +00:00
upgrading to actix-v4-beta
This commit is contained in:
15
templates/email/css/base.css
Normal file
15
templates/email/css/base.css
Normal file
@@ -0,0 +1,15 @@
|
||||
* {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-width: 450px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
h1 {
|
||||
align-self: center;
|
||||
}
|
||||
Reference in New Issue
Block a user