mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
prevented large portrait images from overflowing on certain resolutions
This commit is contained in:
parent
f7341f5a51
commit
53141a03d7
1 changed files with 1 additions and 1 deletions
|
@ -808,7 +808,7 @@
|
|||
.large-portrait {
|
||||
border: 10px solid white;
|
||||
@include box-shadow(1px 1px 2px 1px rgba(0, 0, 0, 0.15));
|
||||
width: 322px;
|
||||
width: 100%;
|
||||
height: 241px;
|
||||
background-size: cover;
|
||||
float: left;
|
||||
|
|
Loading…
Add table
Reference in a new issue