We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6dfa69 commit 0944064Copy full SHA for 0944064
static/article-title.less
@@ -83,13 +83,29 @@ ul.title-links {
83
84
/* Homepage hero images*/
85
.hero-images {
86
- border: 1px solid #EEE;
87
- padding: 30px;
+ margin-bottom: @gutter;
+
88
+ @media screen and (min-width: @breakpoint) {
89
+ border: 1px solid #EEE;
90
+ padding: @gutter * 2;
91
+ }
92
93
.tortoise {
94
float: right;
- padding-right: 40px;
95
+ width: 55%;
96
97
98
+ padding-right: @gutter * 2;
99
+ width: auto;
100
101
}
102
103
.hare {
- padding-left: 40px;
104
+ width: 45%;
105
106
107
+ padding-left: @gutter * 2;
108
109
110
-}
111
+}
0 commit comments