Improving article list view.
This commit is contained in:
parent
80261c652c
commit
1994c2f424
@ -121,12 +121,12 @@ body {
|
|||||||
h1 {
|
h1 {
|
||||||
font-size: 60px;
|
font-size: 60px;
|
||||||
}
|
}
|
||||||
border-radius: 20px;
|
|
||||||
padding: 5%;;
|
padding: 5%;;
|
||||||
padding-top: 1%;
|
padding-top: 1%;
|
||||||
background: $color_div;
|
background: $color_div;
|
||||||
color: $background_div;
|
color: $background_div;
|
||||||
border: 3px solid $background_div;
|
box-shadow: 8px 8px 1px 0px #8ddfd6;
|
||||||
|
border: 3px solid black;
|
||||||
&:hover {
|
&:hover {
|
||||||
background: $background_div;
|
background: $background_div;
|
||||||
color: $color_div;
|
color: $color_div;
|
||||||
|
Loading…
Reference in New Issue
Block a user