Commit a4ddd0f5 by o.kimura

iPhoneバグ修正

parent b1591383
Showing with 2 additions and 1 deletions
...@@ -401,7 +401,7 @@ a:hover { ...@@ -401,7 +401,7 @@ a:hover {
width: auto; width: auto;
margin: 20px 0 10px 0; margin: 20px 0 10px 0;
border: 2px solid #8bc886; border: 2px solid #8bc886;
display: flex; display: block;
-webkit-justify-content: space-between; -webkit-justify-content: space-between;
justify-content: space-between; justify-content: space-between;
} }
...@@ -568,6 +568,7 @@ a:hover { ...@@ -568,6 +568,7 @@ a:hover {
} }
#dt_retympa .top_area { #dt_retympa .top_area {
display: block;
margin: 0; margin: 0;
width: auto; width: auto;
height: auto; height: auto;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment