mirror of
https://github.com/olehomelchenko/astrolabe-prototype.git
synced 2026-08-08 02:32:39 +00:00
feat: add About page with usage instructions and privacy information
This commit is contained in:
@@ -352,4 +352,84 @@
|
||||
width: 100%;
|
||||
height: calc(100% - 2rem);
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.header-left {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
.about-link {
|
||||
font-family: var(--ui-font);
|
||||
font-size: 1rem;
|
||||
color: #607D8B;
|
||||
text-decoration: none;
|
||||
transition: color 0.2s;
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
||||
.about-link:hover {
|
||||
color: #546E7A;
|
||||
}
|
||||
|
||||
.content {
|
||||
max-width: 66%;
|
||||
margin: 0 auto;
|
||||
padding: 2rem 0;
|
||||
font-family: var(--ui-font);
|
||||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.content h2 {
|
||||
font-size: 1.5rem;
|
||||
font-weight: 600;
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
|
||||
.content p {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.content a {
|
||||
color: #2196F3;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.content a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.content ul {
|
||||
padding-left: 1.5rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.content li {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.footer {
|
||||
text-align: center;
|
||||
font-size: 0.875rem;
|
||||
padding: 1rem 0;
|
||||
background: #f5f5f5;
|
||||
border-top: 1px solid #e0e0e0;
|
||||
font-family: var(--ui-font);
|
||||
}
|
||||
|
||||
.footer p {
|
||||
margin: 0;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.footer a {
|
||||
color: #2196F3;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
Reference in New Issue
Block a user