-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Productsの実装 #126
Productsの実装 #126
Conversation
↑違った |
#128 直してみました |
styles/custom.css
Outdated
Products section | ||
==================================================================*/ | ||
|
||
.products-tags:not(:last-child) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
poem: 書き手の好みですが、 :not 使うと詳細度高くなるので、隣接セレクタでかいても良いかもしれないですね。
(このデザインいつまで使うのかという問題もありますがw)
.products-tags + .products-tags {
margin-left: 4px;
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
未だに詳細度の優先度わかってないからなるほどなとなった
高すぎると上書きづらいし良さそう
Productsの画像のリサイズ(CIのエラー修正)
#126 (comment) 詳細度高いと上書きづらいし良さそうに思える
close: #98