mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
more site design fixes
This commit is contained in:
parent
0fd68aafc0
commit
a74f79aeae
2 changed files with 10 additions and 6 deletions
|
@ -13,10 +13,6 @@
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row.header-Content.content {
|
|
||||||
padding-bottom: 31px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header-Content.content{
|
.header-Content.content{
|
||||||
@media(max-device-width:480px), screen and (max-width:800px){
|
@media(max-device-width:480px), screen and (max-width:800px){
|
||||||
padding: 14px 5% 20px 5%;
|
padding: 14px 5% 20px 5%;
|
||||||
|
@ -157,6 +153,13 @@
|
||||||
min-height:100px;
|
min-height:100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#createSiteForm {
|
||||||
|
position:relative;
|
||||||
|
@media (max-device-width:480px), screen and (max-width:800px){
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.header-Outro .signup-Form{
|
.header-Outro .signup-Form{
|
||||||
background:#354751;
|
background:#354751;
|
||||||
border-radius:4px 4px 0 0;
|
border-radius:4px 4px 0 0;
|
||||||
|
|
|
@ -1318,7 +1318,8 @@ a.tag:hover {
|
||||||
font-size: .9em;
|
font-size: .9em;
|
||||||
}
|
}
|
||||||
.row {
|
.row {
|
||||||
margin: 5.5em 10%;
|
/* margin: 5.5em 10%; */
|
||||||
|
margin: 5.5em auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
@media (max-device-width:480px), screen and (max-width:800px){
|
@media (max-device-width:480px), screen and (max-width:800px){
|
||||||
|
@ -1425,7 +1426,7 @@ a.tag:hover {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
margin-left: 20px;
|
text-align: center;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
|
|
Loading…
Add table
Reference in a new issue