Skip to content
Snippets Groups Projects
Commit 1d48953e authored by Sondre Sommerset Nordvik's avatar Sondre Sommerset Nordvik
Browse files
parents 0a50e570 134beec9
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,6 @@ button { ...@@ -46,7 +46,6 @@ button {
border-radius: 30px; border-radius: 30px;
border-color: #b82a31; border-color: #b82a31;
color: #1b1b1b; color: #1b1b1b;
background-color: transparent;
width: 150px; width: 150px;
height: 50px; height: 50px;
cursor: pointer; cursor: pointer;
...@@ -75,3 +74,9 @@ p{ ...@@ -75,3 +74,9 @@ p{
text-align: center; 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