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