KIT&GO intro, module 1
This commit is contained in:
@@ -55,7 +55,7 @@ p {
|
||||
|
||||
.container {
|
||||
margin: auto;
|
||||
max-width: 1000px;
|
||||
max-width: 1020px;
|
||||
}
|
||||
|
||||
.cap {
|
||||
@@ -65,4 +65,21 @@ p {
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: $brandblue;
|
||||
}
|
||||
|
||||
button {
|
||||
font-family: $brandfont;
|
||||
padding: 10px;
|
||||
border-radius: 17px;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
border: 0;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 2px;
|
||||
cursor: pointer;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
Reference in New Issue
Block a user