Skip to content
Snippets Groups Projects
Commit 134beec9 authored by Jeremy Sithole's avatar Jeremy Sithole
Browse files

Added media query, min_side changes when navbar changes.

Removed color on button, so logg inn and opprett bruker have same color.
parent 474be9be
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,6 @@ button {
border-radius: 30px;
border-color: #b82a31;
color: #1b1b1b;
background-color: transparent;
width: 150px;
height: 50px;
cursor: pointer;
......@@ -75,3 +74,9 @@ p{
text-align: center;
}
@media screen and (max-width: 900px) {
.container_ms {
width: 100%;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment