code cleanup

unified css statements
This commit is contained in:
2020-04-27 14:06:24 +02:00
parent 8bc9bdfc20
commit 2dfaf11b21
4 changed files with 6 additions and 8 deletions

View File

@@ -27,7 +27,7 @@
#aboutPic {
float: right;
margin-top: 10%;
box-shadow: rgba(2, 12, 27, 0.7) 0px 10px 30px -15px;
box-shadow: rgba(2, 12, 27, 0.7) 0 10px 30px -15px;
transition: box-shadow 500ms;
height: 100%;
}
@@ -62,7 +62,7 @@
/* screen larger than 600px -- desktop */
@media screen and (min-width: 1201px) {
#aboutPic:hover {
box-shadow: rgba(2, 12, 27, 0.7) 0px 10px 30px 0px;
box-shadow: rgba(2, 12, 27, 0.7) 0 10px 30px 0;
transition: all 500ms;
}
}

View File

@@ -26,12 +26,11 @@
display: block;
float: left;
clear: left;
margin: 0px;
width: 14%;
left: 0;
overflow: hidden;
margin-right: 6mm;
margin: 0 6mm 0 0;
border: 6mm solid hsla(0, 100%, 50%, 0);
padding-left: 2mm;
@@ -124,11 +123,10 @@
display: inline;
width: auto;
/*float: left;*/
margin: 2px;
border: 0.5mm solid hsla(0, 100%, 50%, 0);
padding: 2px 2px 2px 0;
clear: none;
margin-bottom: 20px;
margin: 2px 2px 20px;
}
#tab1 + .tab {

View File

@@ -66,7 +66,7 @@
/* hover effects */
#homepicture:hover {
box-shadow: rgba(2, 12, 27, 0.7) 0px 10px 30px 0px;
box-shadow: rgba(2, 12, 27, 0.7) 0 10px 30px 0;
transition: all 500ms;
}