Files
Lexema-HRM/docs/index.md
2025-07-23 18:01:44 +05:00

2.4 KiB

Lexema-HRM

<style> .menu { display: flex; flex-wrap: wrap; gap: 10px; width: 100%; max-width: 1200px; margin: 0 auto; } .button-column { flex: 1; min-width: 300px; display: flex; flex-direction: column; gap: 10px; } .button { display: block; width: 100%; padding: 15px 20px; background: #2c3e50; color: white!important; /* Added !important to ensure override */ text-decoration: none; border-radius: 5px; text-align: center; font-size: 1.1em; box-sizing: border-box; transition: all 0.3s ease; } .button:hover { background: #1a252f; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0,0,0,0.1); } @media (min-width: 768px) { .button { padding: 20px; font-size: 1.2em; } h1 { font-size: 2.5em; } h1 a:hover { text-decoration: underline; } } </style>