mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Fixed size of screenshot in site profile
This commit is contained in:
parent
4713c99041
commit
ed86705411
2 changed files with 8 additions and 5 deletions
|
@ -93,11 +93,14 @@
|
|||
box-shadow: 1px 2px 5px 2px rgba(0,0,0,0.10);
|
||||
border: 4px solid white;
|
||||
}
|
||||
.interior .signup-Area.large img {
|
||||
border: 6px solid white;
|
||||
}
|
||||
.interior .header-Outro .screenshot {
|
||||
width:235px;height:141px;
|
||||
width: 357px;
|
||||
height: 212px;
|
||||
display: block;
|
||||
border: 6px solid white;
|
||||
-moz-background-size:cover;
|
||||
-webkit-background-size:cover;
|
||||
background-size:cover;
|
||||
}
|
||||
.interior .header-Outro ul {
|
||||
margin:0;padding:0;
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<div class="col col-50 signup-Area large">
|
||||
<div class="signup-Form">
|
||||
<fieldset class="content">
|
||||
<a href="//<%= site.host %>"><img class="screenshot" src="<%= site.screenshot_url('index.html', '540x405') %>"></a>
|
||||
<a href="//<%= site.host %>" class="screenshot" style="background-image:url(<%= site.screenshot_url('index.html', '540x405') %>);"></a>
|
||||
</fieldset>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue