Created
November 10, 2022 21:36
-
-
Save troutcolor/25123660c79f8b0822b9cad32a49f698 to your computer and use it in GitHub Desktop.
CSS I am using in http://my.feedland.org/johnjohnston/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { background-image: linear-gradient(to right, #00b09b, #96c93d); } | |
#idProductLogo img{ border-radius:25%; } | |
@media screen and (max-width: 1200px) { | |
.divRiverDisplay { width: 95%; } | |
.divRiverContent{ width:98%; } | |
.divMoreButton { display:block; } | |
.divPageBody { width:94%; } | |
} | |
.divPageBody { margin-top: 30px; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment