mirror of
https://github.com/neocities/neocities.git
synced 2025-08-03 16:21:52 +02:00
Fixed dashboard screenshot image
This commit is contained in:
parent
8a0d556fc7
commit
fb437bf2cf
2 changed files with 8 additions and 2 deletions
|
@ -105,6 +105,12 @@
|
|||
-moz-background-size:cover;
|
||||
-webkit-background-size:cover;
|
||||
background-size:cover;
|
||||
background-position: center top;
|
||||
}
|
||||
.interior .header-Outro .screenshot.dashboard {
|
||||
width: 249px;
|
||||
background-size: 249px;
|
||||
height: 143px;
|
||||
}
|
||||
.interior .header-Outro ul {
|
||||
margin:0;padding:0;
|
||||
|
|
|
@ -19,10 +19,10 @@
|
|||
<div class="header-Outro with-site-image">
|
||||
<div class="row content wide">
|
||||
|
||||
<div class="col col-50 signup-Area" style="width: 289px;">
|
||||
<div class="col col-50 signup-Area" style="width: 293px;">
|
||||
<div class="signup-Form">
|
||||
<fieldset class="content">
|
||||
<img class="screenshot" src="<%= current_site.screenshot_url('index.html', '540x405') %>">
|
||||
<a href="/surf/<%= current_site.username %>" class="screenshot dashboard" style="background-image:url(<%= current_site.screenshot_url('index.html', '540x405') %>);"></a>
|
||||
</fieldset>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue