Skip to content
Snippets Groups Projects
Commit c43e8149 authored by Olav Utne Skjeldal's avatar Olav Utne Skjeldal
Browse files

Alle css ferdig validert

parent 5b0c496c
No related branches found
No related tags found
No related merge requests found
/* CSS below is for om_oss.html */ /* CSS below is for om_oss.html */
p {
line-height: 1.4em;
}
#matrix { #matrix {
margin-left: 15%; margin-left: 15%;
margin-right: 15%; margin-right: 15%;
...@@ -47,7 +43,7 @@ p { ...@@ -47,7 +43,7 @@ p {
padding: 20px 20px; padding: 20px 20px;
} }
@media screen and (max-width:1355px){ @media screen and (max-width:1200px){
#SE { #SE {
overflow-y: scroll; overflow-y: scroll;
} }
...@@ -62,12 +58,12 @@ p { ...@@ -62,12 +58,12 @@ p {
#SE::-webkit-scrollbar-thumb { #SE::-webkit-scrollbar-thumb {
background-image: linear-gradient(180deg, RED 0%, YELLOW 99%); background-image: linear-gradient(180deg, RED 0%, YELLOW 99%);
box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5); box-shadow: inset 2px 2px 5px 0 rgba(255, 254, 254, 0.699);
border-radius: 100px; border-radius: 100px;
} }
} }
@media screen and (max-width:1000px){ @media screen and (max-width:925px){
#NW { #NW {
overflow-y: scroll; overflow-y: scroll;
} }
...@@ -82,8 +78,7 @@ p { ...@@ -82,8 +78,7 @@ p {
#NW::-webkit-scrollbar-thumb{ #NW::-webkit-scrollbar-thumb{
background-image: linear-gradient(180deg, RED 0%, YELLOW 99%); background-image: linear-gradient(180deg, RED 0%, YELLOW 99%);
box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5); box-shadow: inset 2px 2px 5px 0 rgba(255, 254, 254, 0.699);
border-radius: 100px; border-radius: 100px;
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment