add padding to foreground div
This commit is contained in:
parent
f813f21b19
commit
39389ebebb
@ -60,6 +60,10 @@ footer {
|
||||
padding: 6px 14px;
|
||||
}
|
||||
|
||||
.pd-great {
|
||||
padding: 10px 30px;
|
||||
}
|
||||
|
||||
.bg-light {
|
||||
background-color: var(--fg-color);
|
||||
}
|
||||
|
@ -17,7 +17,7 @@
|
||||
<h1>Welcome Back!</h1>
|
||||
</header>
|
||||
<main class="bg-dark no-bg-img">
|
||||
<div class="bg-light">
|
||||
<div class="bg-light pd-great">
|
||||
<h2 id="user">User: USER</h2>
|
||||
<br>
|
||||
<img id="avatarimg" width=100 height=100>
|
||||
|
Loading…
x
Reference in New Issue
Block a user