Server IP : 15.235.198.142 / Your IP : 216.73.216.41 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/yme/wp-content/plugins/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%; } }