mirror of
https://github.com/FranP-code/Open-Telegram-to-Notion-Backend.git
synced 2025-10-12 23:52:54 +00:00
Privacy policy and Terms of use page added. Adjustments in the index and auth pages and added the beta header
This commit is contained in:
26
public/css/index.css
Normal file
26
public/css/index.css
Normal file
@@ -0,0 +1,26 @@
|
||||
.main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.button {
|
||||
width: fit-content;
|
||||
|
||||
background-color: #4797ff;
|
||||
color: #fff;
|
||||
|
||||
padding: 2vh 5vw;
|
||||
|
||||
border-radius: 5px;
|
||||
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-top: 5vh;
|
||||
}
|
||||
ul li{
|
||||
font-size: 20pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
Reference in New Issue
Block a user