mirror of
https://github.com/neocities/neocities.git
synced 2025-04-28 11:12:30 +02:00
Mobile fixes for dashboard
This commit is contained in:
parent
2b513f9f7e
commit
d20a448e25
2 changed files with 17 additions and 2 deletions
|
@ -100,7 +100,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dashboard
|
// Dashboard
|
||||||
.interior .header-Outro .col.col-50.signup-Area {padding-left: 0;}
|
.interior .header-Outro .col.col-50.signup-Area {
|
||||||
|
padding-left: 0;
|
||||||
|
float: left;
|
||||||
|
width: 293px!important;
|
||||||
|
}
|
||||||
.interior .header-Outro a {color:#E93250}
|
.interior .header-Outro a {color:#E93250}
|
||||||
.interior .header-Outro .btn-Action {color:#fff}
|
.interior .header-Outro .btn-Action {color:#fff}
|
||||||
.interior .signup-Area {
|
.interior .signup-Area {
|
||||||
|
@ -151,6 +155,17 @@
|
||||||
.interior .header-Outro h2 {
|
.interior .header-Outro h2 {
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
font-size: 1.8em;
|
font-size: 1.8em;
|
||||||
|
@media (max-device-width: 480px), screen and (max-width: 800px) {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.interior .header-Outro .col-50:nth-of-type(2) {
|
||||||
|
float: left;
|
||||||
|
|
||||||
|
@media (max-device-width: 480px), screen and (max-width: 800px) {
|
||||||
|
width: 42%!important;
|
||||||
|
margin-left: 22px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.welcome {
|
.welcome {
|
||||||
background: #daeea5 url(/img/heartcat.png) no-repeat 20px center;
|
background: #daeea5 url(/img/heartcat.png) no-repeat 20px center;
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<div class="header-Outro with-site-image">
|
<div class="header-Outro with-site-image">
|
||||||
<div class="row content wide">
|
<div class="row content wide">
|
||||||
|
|
||||||
<div class="col col-50 signup-Area" style="width: 293px;">
|
<div class="col col-50 signup-Area">
|
||||||
<div class="signup-Form">
|
<div class="signup-Form">
|
||||||
<fieldset class="content">
|
<fieldset class="content">
|
||||||
<a href="/surf/<%= current_site.username %>" class="screenshot dashboard" style="background-image:url(<%= current_site.screenshot_url('index.html', '540x405') %>);"></a>
|
<a href="/surf/<%= current_site.username %>" class="screenshot dashboard" style="background-image:url(<%= current_site.screenshot_url('index.html', '540x405') %>);"></a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue