1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-07 06:25:21 +02:00

Small style fixes

This commit is contained in:
geekan 2021-10-19 21:57:41 +03:00
parent 971e600e43
commit cfd3cf6807
4 changed files with 84 additions and 1935 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -13,18 +13,18 @@
width: 30%;
font-size: 0.8vw;
margin-left: 3.5%;
top: 15%;
top: 22%;
}
.hawk-bnnr__illustration {
width: 100%;
border-radius: 10px;
border-radius: 15px;
}
.hawk-bnnr__title {
font-size: 2.5em;
font-weight: bold;
margin-bottom: 5%;
margin-bottom: 3.5%;
}
.hawk-bnnr__text {
@ -48,10 +48,11 @@
.hawk-bnnr__garage {
position: absolute;
width: 28%;
border-radius: 5px;
border-radius: 9px;
left: 50%;
transform: translate(-50%);
top: -8.5%;
background: #30323d;
border: 1px solid #30323d;
box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
@ -117,7 +118,7 @@
.hawk-bnnr__garage {
position: inherit;
width: 120%;
width: calc(112% + 40px);
top: auto;
right: auto;
}