diff --git a/sass/_project-sass/_project-Header.scss b/sass/_project-sass/_project-Header.scss index 46a6f35a..48ce387e 100644 --- a/sass/_project-sass/_project-Header.scss +++ b/sass/_project-sass/_project-Header.scss @@ -118,6 +118,7 @@ h3 { margin-bottom: 0px; font-size: 1.7em; + line-height: 120%; } p { @@ -202,6 +203,9 @@ display: inline; vertical-align: 8px; color: #C2CFD4; + @media (max-device-width:480px), screen and (max-width:800px) { + font-size: 10pt; + } } .input-Area{ diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index fc858981..f992baac 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -175,6 +175,9 @@ margin: 0 auto; } } +.signup-Area label#domain-name { + display: hidden; +} .interior .header-Outro .screenshot { width: 357px; height: 212px; @@ -928,6 +931,9 @@ a.tag:hover { background-position: 0px 0px; background-repeat: no-repeat; } + @media (max-device-width:480px), screen and (max-width:800px) { + display: none; + } } .news-item.comment .icon { background: #DAEEA5; @@ -1251,6 +1257,14 @@ a.tag:hover { height: 24px; background-size: 99px; display: inline-block; + + @media (max-device-width:480px), screen and (max-width:800px){ + display: block; + margin: 0 auto; + margin-top: 10px; + margin-bottom: 10px; + } + } .title-with-badge { float: left;