Private
Public Access
1
0

chg: dev: refactor classes and reformat some layout #3

This commit is contained in:
2019-10-27 18:51:03 +01:00
parent c909c036a3
commit 8355cc90ed
17 changed files with 265 additions and 48 deletions

View File

@@ -90,13 +90,8 @@ header section div.buttons > a {
padding: 25px 150px;
margin-bottom: 20px;
-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
border-radius: 20px;
transition: all 250ms ease-in-out;
}