[Search] Keyword
Detail Notes : 1. Grid -> flex 스타일 변경
This commit is contained in:
@@ -2,12 +2,12 @@
|
|||||||
@import "../../../style/utils.module.less";
|
@import "../../../style/utils.module.less";
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
margin-top: 180px;
|
margin-top: 140px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.arrow {
|
.arrow {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 140px;
|
top: 160px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.arrowLeft {
|
.arrowLeft {
|
||||||
@@ -19,16 +19,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.keywordsGrid {
|
.keywordsGrid {
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-template-columns: repeat(3, 1fr);
|
flex-wrap: wrap;
|
||||||
grid-gap: 40px 80px;
|
justify-content: center;
|
||||||
width: 100%;
|
|
||||||
place-items: center;
|
|
||||||
padding: 0 233px;
|
|
||||||
|
|
||||||
.keywordBox {
|
.keywordBox {
|
||||||
width: 390px;
|
width: 390px;
|
||||||
height: 97px;
|
height: 97px;
|
||||||
|
margin: 20px 40px;
|
||||||
line-height: 97px;
|
line-height: 97px;
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user