mirror of
https://github.com/SimpleWebConf/SimpleWebConf.github.io.git
synced 2026-03-10 08:51:23 +00:00
adjust color of 2nd button
This commit is contained in:
@@ -5,6 +5,13 @@
|
||||
background: #f44336;
|
||||
padding: 1em 2em;
|
||||
font-size: 1.2em;
|
||||
box-shadow: 0px 0px 5px 5px rgb(255 255 255 / 46%);
|
||||
}
|
||||
.btn.btn-primary.big-blue-button {
|
||||
background: #44bece;
|
||||
padding: 1em 2em;
|
||||
font-size: 1.2em;
|
||||
box-shadow: 0px 0px 5px 5px rgb(255 255 255 / 46%);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
@@ -91,5 +98,5 @@ html {
|
||||
}
|
||||
|
||||
.top-actions {
|
||||
margin-top: 10px;
|
||||
margin-top: 3em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user