Server : nginx/1.24.0 System : Linux ip-172-31-33-48 6.14.0-1011-aws #11~24.04.1-Ubuntu SMP Fri Aug 1 02:07:25 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE Directory : /var/www/html/wp-content/plugins.off/ocean-extra/sass/components/ |
Upload File : |
/** * Flickr Widget */ .oceanwp-flickr-wrap .flickr_badge_image { float: left; margin: 0 4% 10px 0; width: 30.6%; transition: all .3s ease; &:hover { opacity: 0.8; } &#flickr_badge_image3, &#flickr_badge_image6, &#flickr_badge_image9 { margin-right: 0; } a { border: none; } img { margin: 0; overflow: hidden; position: relative; width: 100%; height: 100%; max-width: 100%; max-height: 100%; } } p.flickr_stream_wrap { display: inline-block; width: 100%; margin-top: 10px; margin-bottom: 0; font-size: 90%; line-height: 1; letter-spacing: 0.6px; a { display: inline-block; background-image: url('../../assets/img/flickr.png'); background-repeat: no-repeat; background-position: left center; padding-left: 25px; } } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { /* flickr widget */ .oceanwp-flickr-wrap .flickr_badge_image { width: 23%; } }