mirror of
https://github.com/Nezumi-2711/html-css-practice-two.git
synced 2026-09-22 13:38:40 +00:00
Update code and add vercel.json
This commit is contained in:
@@ -24,12 +24,12 @@
|
|||||||
&__banner-container {
|
&__banner-container {
|
||||||
@extend %d-flex;
|
@extend %d-flex;
|
||||||
@include flex-layout($justify: center, $direction: column);
|
@include flex-layout($justify: center, $direction: column);
|
||||||
@include size(428px, 417px);
|
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__main-image {
|
&__main-image {
|
||||||
|
@include size(403px, 417px);
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding-right: 25px;
|
padding-right: 25px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|||||||
+16
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"headers": [
|
||||||
|
{
|
||||||
|
"headers": [
|
||||||
|
{
|
||||||
|
"key": "Cache-Control",
|
||||||
|
"value": "s-maxage=60"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "Vercel-CDN-Cache-Control",
|
||||||
|
"value": "max-age=300"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user