more styling
This commit is contained in:
parent
a2577b9f7e
commit
630b35d6ac
@ -1,5 +1,5 @@
|
||||
Neighbor's Water Heater Automation
|
||||
##################################
|
||||
Neighbor's Water Heater Automation (part 1)
|
||||
###########################################
|
||||
:author: tyrel
|
||||
:category: automation
|
||||
:tags: automation, c++, esp8266, servo, stepper
|
@ -72,6 +72,7 @@ article ul {
|
||||
min-height: 96vh;
|
||||
max-width: 80%;
|
||||
padding-left: 0.75rem;
|
||||
padding-right:20rem;
|
||||
}
|
||||
.left-panel {
|
||||
position:relative;
|
||||
@ -88,8 +89,16 @@ article ul {
|
||||
h2 a{
|
||||
padding: 0;
|
||||
}
|
||||
.right-panel-content img {
|
||||
margin: 1rem;
|
||||
max-width: 80%;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 700px) {
|
||||
.right-panel-content img {
|
||||
margin: 1rem;
|
||||
max-width: 80%;
|
||||
}
|
||||
.parent-panel {
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
@ -145,18 +154,20 @@ article ul {
|
||||
@media screen and (max-width: 600px) {
|
||||
.right-panel-content {
|
||||
max-width: 80%;
|
||||
padding-right:2rem;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 1200px) {
|
||||
.right-panel-content {
|
||||
max-width: 1000px;
|
||||
}
|
||||
.right-panel-content img {
|
||||
margin: 1rem;
|
||||
max-width: 80%;
|
||||
padding-right:20rem;
|
||||
}
|
||||
}
|
||||
|
||||
.right-panel-content img {
|
||||
margin: 1rem;
|
||||
max-width: 920px;
|
||||
}
|
||||
|
||||
.small {
|
||||
font-size: 0.75rem;
|
||||
|
Loading…
Reference in New Issue
Block a user