Skip to content

Commit

Permalink
Fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
mcthomas committed Oct 28, 2024
1 parent 899a29e commit 7c40024
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 21 deletions.
19 changes: 11 additions & 8 deletions mind-nodes/minimalism-in-art/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
font-size: 1.375em;
}
.entry a {
font-size: 2.312em;
font-size: 2.312em;
}
a.sub {
font-size: 1em !important;
font-size: 1em !important;
}
#title {
font-size: 2.875em;
font-size: 2.875em;
}
#home {
border: .5px solid;
}
#home img {
max-width: 19px;
max-height: 17px;
padding: 8px;
padding-top: 7px;
padding-bottom: 5px;
max-width: 19px;
max-height: 17px;
padding: 8px;
padding-top: 7px;
padding-bottom: 5px;
}
}
@media only screen and (min-device-width : 200px) and (max-device-width : 480px) {
Expand Down Expand Up @@ -116,6 +116,9 @@ body {
}
.header {
padding-top: 23px;
display: inline-block;
padding-left: 40px;
padding-right: 40px;
}
.contents {
text-align: left;
Expand Down
4 changes: 2 additions & 2 deletions mind-nodes/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
font-size: 2.875em;
}
.post img {
max-width: 18px;
max-width: 20px;
display:inline-block;
margin-bottom: -0.5px;
}
Expand All @@ -38,7 +38,7 @@
font-size: 4em;
}
.post img {
max-width: 29px;
max-width: 31px;
display:inline-block;
margin-bottom: -0.5px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<a class="sub">Braun - BNE001BK Calculator (2013)</a>
<br>
<p class="contents">
The BNE001 calculator, a reissue of the 1987 ET66 calculator, is a straightforward and honest tribute featuring one of Rams' meticulously curated color palettes. It is faithful to the original, functional design of the ET66, even if lacking slightly in build quality compared to its German-manufactured counterpart.
The BNE001 Calculator, a reissue of the 1987 ET66 Calculator, is a straightforward and honest tribute featuring one of Rams' meticulously curated color palettes. It is faithful to the original, functional design of the ET66, even if lacking slightly in build quality compared to its German-manufactured counterpart.
<br><br>
At the time of writing, it can be purchased from Amazon Germany, France, Italy, and the UK (currently there are reasonable offerings that ship to the USA). It was only recently discontinued from Braun's Amazon storefronts outside of Europe.
</p>
Expand All @@ -61,9 +61,9 @@
</a>
<a class="sub">Braun - BC05W Travel Alarm Clock (2023)</a>
<p class="contents" style="padding-bottom: 10px;">
The BC05 Travel Alarm Clock is a simple, compact analog clock. It is nearly a reissue of the 1995 AB 314 sl clock. What sets it apart from their other stationary clocks, is its inclusion of the vintage red, green, and orange color accents of the buttons and clock face, as well as its slotted speaker holes. This latter detail, though subtle, is a classic industrial design element otherwise mostly absent from Braun's product catalog today.
The BC05 Travel Alarm Clock is a simple, compact analog clock. It is nearly a reissue of the 1995 AB 314 SL Travel Alarm Clock. What sets it apart from their other stationary clocks, is its inclusion of the vintage red, green, and orange color accents of the buttons and clock face, as well as its slotted speaker holes. This latter detail, though subtle, is a classic industrial design element otherwise mostly absent from Braun's product catalog today.
<br><br>
At the time of writing, it is available from both braun-clocks.com and Amazon USA. Braun also continues to sell other stationary clocks, wall clocks, and watches, many of which carry forward other classic designs and motifs from Dieter Rams, Dietrich Lubs, and others (e.g. the recently released BC25 digital alarm clock features a familiar concentric speaker hole array).
At the time of writing, it is available from both braun-clocks.com and Amazon USA. Braun also continues to sell other stationary clocks, wall clocks, and watches, many of which carry forward other classic designs and motifs from Dieter Rams, Dietrich Lubs, and others (e.g. the recently released BC25 Digital Alarm Clock features a familiar concentric speaker hole array).
</p>
</div>
<div id="footer">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
font-size: 1.375em;
}
.entry a {
font-size: 2.312em;
font-size: 2.312em;
}
a.sub {
font-size: 1em !important;
font-size: 1em !important;
}
#title {
font-size: 2.875em;
font-size: 2.875em;
}
#home {
border: .5px solid;
}
#home img {
max-width: 19px;
max-height: 17px;
padding: 8px;
padding-top: 7px;
padding-bottom: 5px;
max-width: 19px;
max-height: 17px;
padding: 8px;
padding-top: 7px;
padding-bottom: 5px;
}
}
@media only screen and (min-device-width : 200px) and (max-device-width : 480px) {
Expand Down Expand Up @@ -116,6 +116,9 @@ body {
}
.header {
padding-top: 23px;
display: inline-block;
padding-left: 40px;
padding-right: 40px;
}
.contents {
text-align: left;
Expand Down

0 comments on commit 7c40024

Please sign in to comment.