style: тестовое изменение base #11

Closed
artem wants to merge 1 commits from style/test-change into main
4 changed files with 5 additions and 12 deletions
Showing only changes of commit b1589a1f80 - Show all commits

View File

@@ -603,7 +603,6 @@ img {
font-size: 18px; font-size: 18px;
line-height: 1.2; line-height: 1.2;
} }
.pricing-item { .pricing-item {
background: rgba(18, 18, 18, 0.4); background: rgba(18, 18, 18, 0.4);
border: 1px solid rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.1);
@@ -1029,7 +1028,6 @@ img {
} }
.highlights__grid, .highlights__grid,
.gallery__grid, .gallery__grid,
.pricing__list,
.reviews__grid, .reviews__grid,
.stats, .stats,
.footer__top, .footer__top,
@@ -1128,7 +1126,6 @@ img {
} }
.highlights__grid, .highlights__grid,
.gallery__grid, .gallery__grid,
.pricing__list,
.reviews__grid, .reviews__grid,
.stats, .stats,
.footer__top, .footer__top,
@@ -1163,13 +1160,11 @@ img {
font-size: 16px; font-size: 16px;
} }
.infrastructure .section__head h2, .infrastructure .section__head h2,
.services .section__head h2, .services .section__head h2 {
.pricing .section__head h2 {
font-size: 38px; font-size: 38px;
} }
.infrastructure .section__head p, .infrastructure .section__head p,
.services .section__head p, .services .section__head p {
.pricing .section__head p {
font-size: 20px; font-size: 20px;
} }
.service-card { .service-card {

File diff suppressed because one or more lines are too long

View File

@@ -148,6 +148,7 @@ img {
.logo { .logo {
display: inline-flex; display: inline-flex;
width: 137px; width: 137px;
height: 30px; height: 30px;
img { img {

3
package-lock.json generated
View File

@@ -571,7 +571,6 @@
} }
], ],
"license": "MIT", "license": "MIT",
"peer": true,
"dependencies": { "dependencies": {
"baseline-browser-mapping": "^2.10.12", "baseline-browser-mapping": "^2.10.12",
"caniuse-lite": "^1.0.30001782", "caniuse-lite": "^1.0.30001782",
@@ -2543,7 +2542,6 @@
} }
], ],
"license": "MIT", "license": "MIT",
"peer": true,
"dependencies": { "dependencies": {
"nanoid": "^3.3.11", "nanoid": "^3.3.11",
"picocolors": "^1.1.1", "picocolors": "^1.1.1",
@@ -3827,7 +3825,6 @@
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"peer": true,
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },