More fixes
This commit is contained in:
@@ -222,30 +222,7 @@ $canonical_url = "https://ukdataservices.co.uk/project-types.php";
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.tech-tag {
|
||||
display: inline-block;
|
||||
background: #179e83;
|
||||
color: white;
|
||||
padding: 6px 12px;
|
||||
border-radius: 20px;
|
||||
font-size: 0.9rem;
|
||||
margin: 4px 8px 4px 0;
|
||||
}
|
||||
|
||||
.capabilities-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
||||
gap: 40px;
|
||||
margin: 40px 0;
|
||||
}
|
||||
|
||||
.capability-card {
|
||||
background: white;
|
||||
padding: 30px;
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
|
||||
border-left: 4px solid #179e83;
|
||||
}
|
||||
/* tech-tag, capabilities-grid, and capability-card styles are now in main.css */
|
||||
|
||||
.industry-section {
|
||||
background: linear-gradient(135deg, #144784 0%, #179e83 100%);
|
||||
|
||||
Reference in New Issue
Block a user