mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Merge pull request #493 from M-Valentino/largePortraitResponsiveness
I made a fix to prevent large portrait images from overflowing on certain resolutions
This commit is contained in:
commit
3087e39b57
1 changed files with 1 additions and 1 deletions
|
@ -808,7 +808,7 @@
|
||||||
.large-portrait {
|
.large-portrait {
|
||||||
border: 10px solid white;
|
border: 10px solid white;
|
||||||
@include box-shadow(1px 1px 2px 1px rgba(0, 0, 0, 0.15));
|
@include box-shadow(1px 1px 2px 1px rgba(0, 0, 0, 0.15));
|
||||||
width: 322px;
|
width: 100%;
|
||||||
height: 241px;
|
height: 241px;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Add table
Reference in a new issue