forked from markus/AMPERION_Webpage
juli25
This commit is contained in:
parent
861bb178f1
commit
9df489d983
33 changed files with 1067 additions and 240 deletions
|
|
@ -20,7 +20,7 @@
|
|||
padding-bottom: 5px;
|
||||
|
||||
a {
|
||||
color: #7b7b7b;
|
||||
color: $black;
|
||||
padding: 10px 15px;
|
||||
|
||||
font : {
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: $black;
|
||||
color: #f5a623;
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.service {
|
||||
text-align: center;
|
||||
padding: 90px 0;
|
||||
padding: 30px 0;
|
||||
|
||||
@include tablet {
|
||||
padding-top: 20px;
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
}
|
||||
|
||||
.service-item {
|
||||
padding-bottom: 30px;
|
||||
padding-bottom: 10px;
|
||||
|
||||
i {
|
||||
font-size: 50px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue