mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
changed px -> em in media for a laptop, home page
This commit is contained in:
@@ -256,13 +256,13 @@
|
|||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
.title-firstline {
|
.title-firstline {
|
||||||
font-size: 75px;
|
font-size: 4.688em;
|
||||||
}
|
}
|
||||||
.line__footer {
|
.line__footer {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
.line__footer img {
|
.line__footer img {
|
||||||
margin-top: -40px;
|
margin-top: 2.5em;
|
||||||
}
|
}
|
||||||
.line__content .line__btn--main .line__btn {
|
.line__content .line__btn--main .line__btn {
|
||||||
left: 0;
|
left: 0;
|
||||||
@@ -282,24 +282,24 @@
|
|||||||
font-size: 3.238em;
|
font-size: 3.238em;
|
||||||
}
|
}
|
||||||
.line__btn {
|
.line__btn {
|
||||||
font-size: 25px;
|
font-size: 1.563em;
|
||||||
}
|
}
|
||||||
.line__btn--elm {
|
.line__btn--elm {
|
||||||
font-size: 28px;
|
font-size: 1.75em;
|
||||||
}
|
}
|
||||||
.write {
|
.write {
|
||||||
position: static;
|
position: static;
|
||||||
margin: 62% 87% 6% 3%;
|
margin: 62% 87% 6% 3%;
|
||||||
}
|
}
|
||||||
.write__content input {
|
.write__content input {
|
||||||
padding: 10px 1% 14px 12px;
|
padding: 0.625em 1% 14px 0.75em;
|
||||||
}
|
}
|
||||||
.write__content input::placeholder {
|
.write__content input::placeholder {
|
||||||
font-size: 11.5px;
|
font-size: 11.5px;
|
||||||
}
|
}
|
||||||
.write__content button {
|
.write__content button {
|
||||||
margin-left: -15%;
|
margin-left: -15%;
|
||||||
padding: 6px 6px;
|
padding: 0.375em 0.375em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user