Fix(UI): Reskin with milder colour theme and improved spacing in layout..
This commit is contained in:
11
static/dist/css/core_services.bundle.css
vendored
11
static/dist/css/core_services.bundle.css
vendored
@@ -1,7 +1,16 @@
|
||||
#pageBody > .card {
|
||||
padding-left: 5vw;
|
||||
padding-right: 5vw;
|
||||
max-width: 80vw;
|
||||
max-width: min(80vw, 1000px);
|
||||
}
|
||||
|
||||
#pageBody > .card.services {
|
||||
max-width: min(80vw, 690px);
|
||||
}
|
||||
#pageBody > .card.technologies {
|
||||
}
|
||||
#pageBody > .card.faq {
|
||||
max-width: min(80vw, 1250px);
|
||||
}
|
||||
|
||||
#pageBody .card h1,
|
||||
|
||||
Reference in New Issue
Block a user