Browse Source

Small design improvement (#226)

* Update main.css

Fix #222 for all the pages

* Update main.css

Removed table align center

* Update main.css: small design improvemen
master
Daniel Leedan 4 years ago
committed by GitHub
parent
commit
13df593ae0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      assets/main.css

10
assets/main.css

@ -9198,7 +9198,7 @@ hr:before {
#divider10:before {
width: 15%;
border-top: solid 1px rgba(255,255,255,0.169);
border-top: 0;
height: 1px;
}
@ -9209,7 +9209,7 @@ hr:before {
#divider11:before {
width: 15%;
border-top: solid 1px rgba(255,255,255,0.169);
border-top: 0;
height: 1px;
}
@ -9220,18 +9220,18 @@ hr:before {
#divider12:before {
width: 15%;
border-top: solid 1px rgba(255,255,255,0.169);
border-top: 0;
height: 1px;
}
#divider09 {
#divider09 {
height: 1rem;
line-height: 1rem;
}
#divider09:before {
width: 15%;
border-top: solid 1px rgba(255,255,255,0.169);
border-top: 0;
height: 1px;
}

Loading…
Cancel
Save