mirror of
https://github.com/neocities/neocities.git
synced 2025-08-05 17:18:02 +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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue