parent
ec50515810
commit
e00a08ba82
4 changed files with 10 additions and 1 deletions
|
|
@ -865,6 +865,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#homepage-feed {
|
||||||
|
min-height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
// Podcast episode that goes within the <TodaysPodcast /> component.
|
// Podcast episode that goes within the <TodaysPodcast /> component.
|
||||||
.individual-podcast-link {
|
.individual-podcast-link {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
||||||
|
|
@ -519,6 +519,8 @@
|
||||||
left: 0px;
|
left: 0px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
padding-bottom: 12px;
|
padding-bottom: 12px;
|
||||||
|
max-width: 800px;
|
||||||
|
margin: auto;
|
||||||
@media screen and (min-width: 950px) {
|
@media screen and (min-width: 950px) {
|
||||||
h3 {
|
h3 {
|
||||||
font-size: calc(20px + 0.05vw);
|
font-size: calc(20px + 0.05vw);
|
||||||
|
|
@ -564,7 +566,7 @@ form.listings-contact-via-connect {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
width: 94%;
|
width: 94%;
|
||||||
max-width: 600px;
|
max-width: 800px;
|
||||||
textarea#new-message {
|
textarea#new-message {
|
||||||
height: 100px;
|
height: 100px;
|
||||||
margin: 5px auto 10px auto;
|
margin: 5px auto 10px auto;
|
||||||
|
|
|
||||||
|
|
@ -72,6 +72,8 @@
|
||||||
top: 4px;
|
top: 4px;
|
||||||
right: 0;
|
right: 0;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
|
min-width: 18px;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
&.showing {
|
&.showing {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,7 @@
|
||||||
<%= Rails.application.assets["buttons.css"].to_s.html_safe %>
|
<%= Rails.application.assets["buttons.css"].to_s.html_safe %>
|
||||||
<%= Rails.application.assets["widgets.css"].to_s.html_safe %>
|
<%= Rails.application.assets["widgets.css"].to_s.html_safe %>
|
||||||
<%= Rails.application.assets["top-bar.css"].to_s.html_safe %>
|
<%= Rails.application.assets["top-bar.css"].to_s.html_safe %>
|
||||||
|
<%= Rails.application.assets["footer.css"].to_s.html_safe %>
|
||||||
<% unless @home_page %>
|
<% unless @home_page %>
|
||||||
<%= Rails.application.assets["user-profile-header.css"].to_s.html_safe %>
|
<%= Rails.application.assets["user-profile-header.css"].to_s.html_safe %>
|
||||||
<%= Rails.application.assets["sidebar-data.scss"].to_s.html_safe %>
|
<%= Rails.application.assets["sidebar-data.scss"].to_s.html_safe %>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue