forked from mattmakai/fullstackpython.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcarbon.css
More file actions
1 lines (1 loc) · 990 Bytes
/
carbon.css
File metadata and controls
1 lines (1 loc) · 990 Bytes
1
{% raw %} #carbonads { display: block; overflow: hidden; text-align: center; font-size: 14px; line-height: 1.5; } #carbonads a { color: inherit; border: 0; } #carbonads a:hover { color: inherit; } #carbonads span { display: block; overflow: hidden; } .carbon-img { display: block; margin: 0 auto 8px; line-height: 1; } .carbon-text { display: block; margin-bottom: 8px; } .carbon-poweredby { text-transform: uppercase; display: block; font-size: 10px; font-family: "Helvetica Neue", sans-serif; letter-spacing: 1px; line-height: 1; } @media only screen and (min-width: 320px) and (max-width: 759px) { #carbonads { float: none; margin: 0 auto; max-width: 330px; } #carbonads span { position: relative; } #carbonads>span { max-width: none; } .carbon-img { float: left; margin: 0 1em 0 0; } .carbon-text { float: left; margin-bottom: 20px; text-align: left; max-width: calc(100% - 130px - 1em); } .carbon-poweredby { position: absolute; left: 142px; bottom: 0; display: block; } }{% endraw %}