Commit eab12799 by Bence Dányi

webui: irasmu margins fixed

parent c437c7f9
...@@ -317,7 +317,11 @@ body > footer { ...@@ -317,7 +317,11 @@ body > footer {
} }
} }
p { p {
margin-top: 20px; margin-bottom: 10px;
&:last-child {
margin-bottom: 0px;
}
} }
p.teacher { p.teacher {
background: #ddd; background: #ddd;
...@@ -326,7 +330,7 @@ body > footer { ...@@ -326,7 +330,7 @@ body > footer {
border-left-style: solid; border-left-style: solid;
border-left-color: #0b4599; border-left-color: #0b4599;
} }
.teacher + .teacher { p.teacher + p.teacher {
margin-top: 0; margin-top: 0;
padding-top: 0; padding-top: 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment